Skip to content
Snippets Groups Projects
Commit d550ec82 authored by Ricardo Rocha's avatar Ricardo Rocha
Browse files

[cern] Rebuild for CERN release

parent a34593b4
Branches cern-pike
No related tags found
1 merge request!6[cern] Rebuild for CERN release
Pipeline #
stages:
- build
- deploy
before_script:
- export SPEC=python-magnumclient.spec
- export USE_SOURCE_TARBALL=1
- export DIST='.el7.cern'
- export PKG=$(rpm -q --specfile python-magnumclient.spec --queryformat "%{name}-%{version}-%{release}\n" | head -n1)
kojicheck:
stage: build
image: gitlab-registry.cern.ch/cloud/ciadm
except:
- cern-pike
- cern-pike-qa
- master
script:
- curl https://gitlab.cern.ch/cloud-infrastructure/cloud-dev/raw/master/gitlab/kojicheck.sh | bash
tags:
- cci-swarm-builder
kojiscratch:
stage: build
image: gitlab-registry.cern.ch/cloud/ciadm
except:
- cern-pike
- cern-pike-qa
- master
script:
- export SCRATCH=1
- curl https://gitlab.cern.ch/cloud-infrastructure/cloud-dev/raw/master/gitlab/kojibuild.sh | bash
tags:
- cci-swarm-builder
deploy qa:
stage: deploy
image: gitlab-registry.cern.ch/cloud/ciadm
environment: qa
only:
- cern-pike-qa
script:
- curl https://gitlab.cern.ch/cloud-infrastructure/cloud-dev/raw/master/gitlab/kojibuild.sh | bash
- echo $SVCBUILD_PASSWORD | kinit svcbuild@CERN.CH
- koji tag ${KOJI_TARGET}-qa $PKG
tags:
- cci-swarm-builder
deploy production:
stage: deploy
image: gitlab-registry.cern.ch/cloud/ciadm
environment: production
only:
- cern-pike
script:
- echo $SVCBUILD_PASSWORD | kinit svcbuild@CERN.CH
- koji tag ${KOJI_TARGET}-stable $PKG
tags:
- cci-swarm-builder
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
Name: python-%{pname} Name: python-%{pname}
Version: 2.7.0 Version: 2.7.0
Release: 1%{?dist} Release: 1.1%{?dist}
Summary: Client library for Magnum API Summary: Client library for Magnum API
License: ASL 2.0 License: ASL 2.0
...@@ -222,6 +222,9 @@ mv magnum.py3 %{buildroot}%{_bindir}/magnum ...@@ -222,6 +222,9 @@ mv magnum.py3 %{buildroot}%{_bindir}/magnum
%endif %endif
%changelog %changelog
* Mon Sep 25 2017 Ricardo Rocha <ricardo.rocha@cern.ch> 2.7.0-1.1
- Rebuild for CERN Pike release
* Fri Aug 11 2017 Alfredo Moralejo <amoralej@redhat.com> 2.7.0-1 * Fri Aug 11 2017 Alfredo Moralejo <amoralej@redhat.com> 2.7.0-1
- Update to 2.7.0 - Update to 2.7.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment