Skip to content

Commit 3c9a96d

Browse files
committed
Meta/RelUpload: adjust to kup migration
1 parent 9d1dd58 commit 3c9a96d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RelUpload

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ do
1313
dest=/pub/software/scm/git/ ;;
1414
esac &&
1515

16-
$kup --host kup.kernel.org put "${s%.sig}.gz" "$s" "$dest" || exit
16+
$kup --host git@gitolite.kernel.org --subcmd kup-server \
17+
put "${s%.sig}.gz" "$s" "$dest" ||
18+
exit
1719
done

0 commit comments

Comments
 (0)