Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lxdist-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
linuxsupport
lxdist-build
Merge requests
!31
[
LOS-622
] use a service account for bsauto
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[
LOS-622
] use a service account for bsauto
los622
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Ben Morrice
requested to merge
los622
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3f4292ee
1 commit,
4 years ago
2 files
+
7
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bin/bsauto
+
6
−
2
Options
@@ -77,9 +77,13 @@ if [ -z $RELEASE ]; then
exit
fi
TOKEN
=
`
tokens |/bin/grep afs@cern.ch
`
if
[
!
-f
/etc/linuxci.credential
]
;
then
echo
"Cannot authenticate as linuxci, exiting"
exit
fi
cat
/etc/linuxci.credential | kinit
if
[
$?
-ne
0
]
;
then
echo
"
No AFS token found, try running kinit? E
xiting"
echo
"
Cannot authenticate as linuxci, e
xiting"
exit
fi
Loading