Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
f73a60ba
Commit
f73a60ba
authored
Nov 06, 2017
by
Georgios Bitzes
Browse files
First attempt for automatic RPM publishing with koji
parent
b834e993
Pipeline
#230904
failed with stages
in 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f73a60ba
stages
:
-
koji
-
build
-
test
-
publish
...
...
@@ -125,3 +126,14 @@ coverage:
tags
:
-
docker-cc7
retry
:
2
koji-cc7
:
stage
:
koji
image
:
gitlab-registry.cern.ch/linuxsupport/cc7-base
script
:
-
yum install -y koji kinit
-
mkdir ~/.koji
-
cp ci/koji/config ~/.koji
-
echo "${QDBKOJI_PASSWORD}" | kinit qdbkoji
-
packaging/make-srpm.sh
-
koji build quarkdb7 ./build/SRPMS/*.src.rpm
ci/koji/config
0 → 100644
View file @
f73a60ba
[koji]
server = http://koji.cern.ch/kojihub
weburl = http://koji.cern.ch/koji
topurl = http://koji.cern.ch/kojifiles
cert = /not/existing/file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment