Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cern-sso-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CERN Digital Memory
cern-sso-python
Commits
130948d0
Commit
130948d0
authored
8 years ago
by
Albin Stjerna
Browse files
Options
Downloads
Patches
Plain Diff
Bump release version to trigger build, set up koji to build on tags
parent
2a4e8e1a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
python-cern-sso.spec
+1
-1
1 addition, 1 deletion
python-cern-sso.spec
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
4
−
4
View file @
130948d0
...
...
@@ -48,12 +48,11 @@ deploy:
stage
:
deploy
image
:
gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
#
only:
#
- tags
only
:
-
tags
before_script
:
-
bash -c "base64 -d <(echo \"$KRB_KOJI_KEYTAB\") > $KRB_KOJI_USERNAME.keytab"
#- kinit -k -t $KRB_KOJI_KEYTAB.keytab $KRB_KOJI_USERNAME@CERN.CH
-
ls -al
-
yum install -y koji
script
:
...
...
@@ -63,7 +62,8 @@ deploy:
--authtype=kerberos
--server=http://koji.cern.ch/kojihub
--weburl=http://koji.cern.ch/koji
--topurl=http://koji.cern.ch/kojifiles list-permissions --mine
--topurl=http://koji.cern.ch/kojifiles
build --wait $CI_BUILD_REPO#$CI_BUILD_TAG
# - make build
# rpm:
# image: ubuntu:latest
...
...
This diff is collapsed.
Click to expand it.
python-cern-sso.spec
+
1
−
1
View file @
130948d0
...
...
@@ -5,7 +5,7 @@
Name: python-cern-sso
Version: 1.2.4
Summary: %{sum}
Release:
1
%{?dist}
Release:
2
%{?dist}
Source0: %{name}-%{version}.tar.gz
License: MIT
Group: CERN/Utilities
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment