diff options
Diffstat (limited to 'mockit')
-rwxr-xr-x | mockit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ fi # Send to remote aarch64 builder if [ $REMOTE -ge 1 ]; then - LST=/tmp/aarch64sendlist + LST=/tmp/srpm_aarch64_sent.list touch $LST if ! grep -q $SRPM $LST; then scp $SRPM remi@ampere:todo/ |