Loading extrapkg +7 −7 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ if [ "$1" = "-l" ]; then fi if [ "$repo" != "community" ]; then scp $scpopts $pkgfile archlinux.org:staging/$repo/add if [ "$(md5sum $pkgfile | cut -d' ' -f1)" != "$(ssh archlinux.org md5sum staging/${repo}/add/$pkgfile | cut -d' ' -f1)" ]; then scp ${scpopts} ${pkgfile} archlinux.org:staging/$repo/add if [ "$(md5sum ${pkgfile} | cut -d' ' -f1)" != "$(ssh archlinux.org md5sum staging/${repo}/add/$(basename ${pkgfile}) | cut -d' ' -f1)" ]; then echo "File got corrupted during upload, cancelled." exit 1 else Loading Loading
extrapkg +7 −7 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ if [ "$1" = "-l" ]; then fi if [ "$repo" != "community" ]; then scp $scpopts $pkgfile archlinux.org:staging/$repo/add if [ "$(md5sum $pkgfile | cut -d' ' -f1)" != "$(ssh archlinux.org md5sum staging/${repo}/add/$pkgfile | cut -d' ' -f1)" ]; then scp ${scpopts} ${pkgfile} archlinux.org:staging/$repo/add if [ "$(md5sum ${pkgfile} | cut -d' ' -f1)" != "$(ssh archlinux.org md5sum staging/${repo}/add/$(basename ${pkgfile}) | cut -d' ' -f1)" ]; then echo "File got corrupted during upload, cancelled." exit 1 else Loading