File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
browser_patches/buildbots Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -49,19 +49,19 @@ mkdir -p $LOCKDIR
49
49
trap " rm -rf ${LOCKDIR} ; cd $( pwd -P) ; exit" INT TERM EXIT
50
50
cd " $( dirname " $0 " ) "
51
51
52
- IS_FIRST_RUN_FILE=" /tmp/pw-buildbot-first-run.txt" ;
53
- if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
54
- source ./send_telegram_message.sh
55
- send_telegram_message ' **Linux Buildbot Is Active**'
56
- fi
57
- touch " $IS_FIRST_RUN_FILE "
58
-
59
52
# Check if git repo is dirty.
60
53
if [[ -n $( git status -s) ]]; then
61
54
echo " ERROR: dirty GIT state - commit everything and re-run the script."
62
55
exit 1
63
56
fi
64
57
58
+ IS_FIRST_RUN_FILE=" /tmp/pw-buildbot-first-run.txt" ;
59
+ if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
60
+ source ./send_telegram_message.sh
61
+ send_telegram_message ' **Ubuntu 18.04 Buildbot Is Active**'
62
+ fi
63
+ touch " $IS_FIRST_RUN_FILE "
64
+
65
65
git pull origin master
66
66
../checkout_build_archive_upload.sh firefox-ubuntu-18.04 > /tmp/$( basename $0 ) --firefox.log || true
67
67
Original file line number Diff line number Diff line change @@ -49,19 +49,19 @@ mkdir -p $LOCKDIR
49
49
trap " rm -rf ${LOCKDIR} ; cd $( pwd -P) ; exit" INT TERM EXIT
50
50
cd " $( dirname " $0 " ) "
51
51
52
- IS_FIRST_RUN_FILE=" /tmp/pw-buildbot-first-run.txt" ;
53
- if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
54
- source ./send_telegram_message.sh
55
- send_telegram_message ' **Linux Buildbot Is Active**'
56
- fi
57
- touch " $IS_FIRST_RUN_FILE "
58
-
59
52
# Check if git repo is dirty.
60
53
if [[ -n $( git status -s) ]]; then
61
54
echo " ERROR: dirty GIT state - commit everything and re-run the script."
62
55
exit 1
63
56
fi
64
57
58
+ IS_FIRST_RUN_FILE=" /tmp/pw-buildbot-first-run.txt" ;
59
+ if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
60
+ source ./send_telegram_message.sh
61
+ send_telegram_message ' **Ubuntu 20.04 Buildbot Is Active**'
62
+ fi
63
+ touch " $IS_FIRST_RUN_FILE "
64
+
65
65
git pull origin master
66
66
../checkout_build_archive_upload.sh webkit-gtk-ubuntu-20.04 > /tmp/$( basename $0 ) --webkit-gtk.log || true
67
67
../checkout_build_archive_upload.sh webkit-wpe-ubuntu-20.04 > /tmp/$( basename $0 ) --webkit-wpe.log || true
You can’t perform that action at this time.
0 commit comments