Skip to content

Commit

Permalink
CI : Move yumgroups files under ci directory; refs issue #51
Browse files Browse the repository at this point in the history
  • Loading branch information
tswilliams committed Aug 1, 2017
1 parent c39bbed commit d52da2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ build:slc6:
image: tswilliams/ipbus-sw-dev-slc6:latest
variables:
ADDITIONAL_RPMS_TO_INSTALL: ""
YUMGROUPS_FILE: "yumgroups-slc6.xml"
YUMGROUPS_FILE: "ci/yumgroups-slc6.xml"
OUTPUT_REPO_SUBDIR: "slc6_x86_64"


Expand All @@ -130,7 +130,7 @@ build:centos7:
image: tswilliams/ipbus-sw-dev-cc7:latest
variables:
ADDITIONAL_RPMS_TO_INSTALL: "boost-devel pugixml-devel"
YUMGROUPS_FILE: "yumgroups-centos7.xml"
YUMGROUPS_FILE: "ci/yumgroups-centos7.xml"
OUTPUT_REPO_SUBDIR: "centos7_x86_64"


Expand Down
2 changes: 1 addition & 1 deletion yumgroups-centos7.xml → ci/yumgroups-centos7.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<comps>
<group>
<id>cactus</id>
<id>ipbus-sw</id>
<name>uhal</name>
<default>true</default>
<description>uHAL packages of the CACTUS YUM repository</description>
Expand Down
2 changes: 1 addition & 1 deletion yumgroups-slc6.xml → ci/yumgroups-slc6.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<comps>
<group>
<id>cactus</id>
<id>ipbus-sw</id>
<name>uhal</name>
<default>true</default>
<description>uHAL packages of the CACTUS YUM repository</description>
Expand Down

0 comments on commit d52da2b

Please sign in to comment.