dockerfiles/gitolite-stagit/bin/set-urls

8 lines
104 B
Plaintext
Raw Normal View History

2020-04-08 13:05:07 +02:00
#!/bin/sh
set -e
for repo in $(gitolite list-phy-repos); do
/usr/local/bin/set-url "${repo}"
done