Skip to content

Commit

Permalink
Merge pull request #15 from ahills/rhui-e4s-rhel8-alias
Browse files Browse the repository at this point in the history
Add RHEL 8 E4S link for RHUI
  • Loading branch information
rohanpm committed May 13, 2020
2 parents 8d466ea + d25864b commit 16b4937
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os
import sys
import yaml
Expand Down
4 changes: 4 additions & 0 deletions src/cdn_definitions/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"dest": "/content/dist/rhs",
"src": "/content/dist/rhs/rhui"
},
{
"dest": "/content/e4s/rhel8",
"src": "/content/e4s/rhel8/rhui"
},
{
"dest": "/content/e4s/rhel",
"src": "/content/e4s/rhel/rhui"
Expand Down
3 changes: 3 additions & 0 deletions src/cdn_definitions/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ rhui_alias:
- src: /content/dist/rhs/rhui
dest: /content/dist/rhs

- src: /content/e4s/rhel8/rhui
dest: /content/e4s/rhel8

- src: /content/e4s/rhel/rhui
dest: /content/e4s/rhel

Expand Down

0 comments on commit 16b4937

Please sign in to comment.