File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22# prep
3- git clone " $TESTING_FARM_GIT_URL " repo
3+ git clone " $REPO_URL " repo
44cd repo
5- git fetch origin " $TESTING_FARM_GIT_REF "
5+ git fetch origin " $PR_HEAD "
66git checkout FETCH_HEAD
77
88grep -q systemd /proc/1/comm
Original file line number Diff line number Diff line change 11#! /bin/bash
22# prep
3- git clone " $TESTING_FARM_GIT_URL " repo
3+ git clone " $REPO_URL " repo
44cd repo
5- git fetch origin " $TESTING_FARM_GIT_REF "
5+ git fetch origin " $PR_HEAD "
66git checkout FETCH_HEAD
77
88echo " Fedora release:"
Original file line number Diff line number Diff line change 11#! /bin/bash
22# prep
3- git clone " $TESTING_FARM_GIT_URL " repo
3+ git clone " $REPO_URL " repo
44cd repo
5- git fetch origin " $TESTING_FARM_GIT_REF "
5+ git fetch origin " $PR_HEAD "
66git checkout FETCH_HEAD
7+ git log -1 --oneline
78
89# setup
910autoreconf -vfi
Original file line number Diff line number Diff line change 11#! /bin/bash
22# prep
3- git clone " $TESTING_FARM_GIT_URL " repo
3+ git clone " $REPO_URL " repo
44cd repo
5- git fetch origin " $TESTING_FARM_GIT_REF "
5+ git fetch origin " $PR_HEAD "
66git checkout FETCH_HEAD
77echo " Fedora release:"
88cat /etc/fedora-release
You can’t perform that action at this time.
0 commit comments