Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LbNightlyTools
Manage
Activity
Members
Labels
Plan
Issues
40
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
2
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
LHCb Core Software
LbNightlyTools
Merge requests
!200
Use LbEnv insteas of LbLogin for build time enironment in the nightlies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use LbEnv insteas of LbLogin for build time enironment in the nightlies
clemenci/LbNightlyTools:use-lbenv
into
master
Overview
2
Commits
3
Pipelines
1
Changes
6
Merged
Marco Clemencic
requested to merge
clemenci/LbNightlyTools:use-lbenv
into
master
6 years ago
Overview
2
Commits
3
Pipelines
1
Changes
6
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4de57272
3 commits,
6 years ago
6 files
+
12
−
47
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
jenkins/utils.d/build_slot.sh
+
0
−
6
Options
@@ -143,12 +143,6 @@ build_slot flavour slot slot_build_id platform
time
lbn-rpm
${
loglevel_opt
}
--build-id
"
${
slot
}
.
${
slot_build_id
}
"
--artifacts-dir
"
${
directory
}
"
${
config_file
}
--platform
"
${
platform
}
"
createrepo
${
directory
}
/rpms
if
[[
"
$platform
"
!=
*
-slc5-
*
]]
;
then
# remove old copies (we want always a fresh install)
rm
-rf
~/.local/
{
bin,lib
}
~/.cache/pip
# get latest pip and lbinstall
curl
-O
https://bootstrap.pypa.io/get-pip.py
python get-pip.py
--user
~/.local/bin/pip
install
--extra-index-url
https://lhcb-pypi.web.cern.ch/lhcb-pypi/simple
--trusted-host
lhcb-pypi.web.cern.ch
--user
lbinstall
-U
lbn-rpm-validator
-d
--build-folder
=
${
directory
}
/rpms
--repo-url
=
file:
${
directory
}
/rpms
${
platform
}
fi
fi
Loading