File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 5
5
quiet : true
6
6
7
7
env :
8
- - OSG_RELEASE=3.4 OS_VERSION=6 PKG_SET=htcondor-ce
9
- - OSG_RELEASE=3.4 OS_VERSION=6 PKG_SET=gridftp
10
- - OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=htcondor-ce
11
- - OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=gridftp
12
- - OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=singularity
13
- - OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=stashcache
8
+ - OSG_RELEASE=3.4 OS_VERSION=6 PKG_SET=osg-xrootd-standalone
9
+ - OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=osg-xrootd-standalone
10
+ - OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=osg-xrootd-standalone
14
11
- OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=xrootd
15
- - OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=htcondor-ce
16
- - OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=gridftp
17
- - OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=singularity
18
- - OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=stashcache
19
12
- OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=xrootd
20
13
21
14
services :
Original file line number Diff line number Diff line change
1
+ osg-xrootd-standalone
2
+ xrootd-client
3
+ globus-proxy-utils
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -xe
2
2
3
+ extra_repos=' --extra-repo=osg-minefield'
4
+
3
5
if [[ " $OSG_RELEASE " == " 3.5" ]]; then
4
6
devops_repo=' --enablerepo=devops-itb'
5
- extra_repos=' --extra-repo=osg-development'
6
7
else
7
8
devops_repo=' '
8
- extra_repos=' '
9
9
fi
10
10
11
11
ls -l /home
You can’t perform that action at this time.
0 commit comments