Skip to content
Snippets Groups Projects

Build multiple Source RPMs

Merged Alex Iribarren requested to merge multi into master
3 files
+ 68
41
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
0
@@ -2,6 +2,10 @@
@@ -2,6 +2,10 @@
Please take note of the following changes, they may require changes to your `.gitlab-ci.yml` files:
Please take note of the following changes, they may require changes to your `.gitlab-ci.yml` files:
 
### 2020-06-08
 
- 280b660: RPMCI can now build multiple source RPMs. Your `Makefile` will need to be adapted to create multiple source RPMs
 
and place them in `build/SRPMS/`.
 
### 2020-03-03
### 2020-03-03
- de3c839: The `builder-cc7` image no longer includes the repos for Software Collections. If you wish to use them, you will need
- de3c839: The `builder-cc7` image no longer includes the repos for Software Collections. If you wish to use them, you will need
to add a `yum install -y centos-release-scl` to your gitlab jobs.
to add a `yum install -y centos-release-scl` to your gitlab jobs.
Loading