Skip to content

Commit c1f5c7c

Browse files
committed
Updated CMSSW L2 category information e23132d
1 parent 4387e8c commit c1f5c7c

File tree

4 files changed

+930
-909
lines changed

4 files changed

+930
-909
lines changed

cmssw_l2/check.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ sdir=$(realpath $(dirname $0))
77
old_commit="$(tail -1 ${sdir}/commit.txt)"
88
new_commit="${old_commit}"
99
commit_cnt=0
10+
BOT_DIR=$(cd $(dirname $0)/.. ; /bin/pwd -P)
11+
export PYTHONPATH=${BOT_DIR}
12+
export PYTHONUNBUFFERED=1
1013
rm -rf update_cmssw_l2
1114
git clone -q [email protected]:cms-sw/cms-bot update_cmssw_l2
1215
pushd update_cmssw_l2
13-
export PYTHONPATH=$(/bin/pwd -P)
14-
export PYTHONUNBUFFERED=1
1516
git checkout ${old_commit}
1617
for data in $(git log --no-merges --pretty=format:"%H:%at," ${old_commit}..master | tr ',' '\n' | grep : | tac) ; do
1718
commit=$(echo $data | sed 's|:.*||')

cmssw_l2/commit.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ e0d1c69ed599e7b6a1a30b802596d7d33432b186
1010
2ca14b83da8f8eb2152de2860f1f8ec071ec9de8
1111
bf61fa7cafbf17ea2f57d445ea87c2e8feefd8a9
1212
c3d8f3675ade9f9665de4590dde98e0dc64320fe
13+
5878c8ac7dcc55d245c546bd120c435a94b25517
14+
e23132d5d4ba27167295f6ee04457f8617023e1a

0 commit comments

Comments
 (0)