git » repo-mgmt.git » main » tree

[main] / git-arr-all.sh

1
2
3
4
5
#!/bin/sh
git-arr -c git-arr-sources.cfg -o /mnt/nfs/git/sources generate
for repo in core base kde5; do
git-arr -c git-arr-$repo.cfg -o /mnt/nfs/git/$repo-pkgbuilds generate
done