Skip to content

Commit

Permalink
Merge d25864b into 8d466ea
Browse files Browse the repository at this point in the history
  • Loading branch information
ahills committed May 12, 2020
2 parents 8d466ea + d25864b commit f6cba8f
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 f6cba8f

Please sign in to comment.