Compare commits
15 Commits
9476cea22e
...
master
Author | SHA1 | Date | |
---|---|---|---|
2e3f097c6a | |||
637b45a360 | |||
912d999dfa | |||
43ff6fb83e | |||
47f8557291 | |||
d399e4dca4 | |||
cb19a46887 | |||
71a8d71caf | |||
8f161772ec | |||
dfb3b85973 | |||
a44951bbd3 | |||
a5d1868b8c | |||
8b447b2542 | |||
4118ac9fcb | |||
2553460f4f |
28
repo-list
28
repo-list
@@ -1,4 +1,28 @@
|
|||||||
# pacundo
|
# badwhitespace
|
||||||
git@code.ortegas.org:nortega/pacundo.git;git@github.com:naortega/pacundo.git
|
git@code.ortegas.org:nortega/badwhitespace.git;git@github.com:naortega/badwhitespace.git
|
||||||
|
# basickernel
|
||||||
|
git@code.ortegas.org:nortega/basickernel.git;git@github.com:naortega/basickernel.git
|
||||||
|
# castletour
|
||||||
|
git@code.ortegas.org:nortega/castletour.git;git@github.com:naortega/castletour.git
|
||||||
|
# colonel
|
||||||
|
git@code.ortegas.org:nortega/colonel.git;git@github.com:naortega/colonel.git
|
||||||
|
# dbus-prettifier
|
||||||
|
git@code.ortegas.org:nortega/dbus-prettifier.git;git@github.com:naortega/dbus-prettifier.git
|
||||||
|
# editvorbis
|
||||||
|
git@code.ortegas.org:nortega/editvorbis.git;git@github.com:naortega/editvorbis.git
|
||||||
|
# indivisible-legacy
|
||||||
|
git@code.ortegas.org:nortega/indivisible-legacy.git;git@github.com:naortega/indivisible-legacy.git
|
||||||
|
# indivisible-rs
|
||||||
|
git@code.ortegas.org:nortega/indivisible-rs.git;git@github.com:naortega/indivisible-rs.git
|
||||||
|
# menu-helper
|
||||||
|
git@code.ortegas.org:nortega/menu-helper.git;git@github.com:naortega/menu-helper.git
|
||||||
# narcissus
|
# narcissus
|
||||||
git@code.ortegas.org:nortega/narcissus.git;git@github.com:naortega/narcissus.git
|
git@code.ortegas.org:nortega/narcissus.git;git@github.com:naortega/narcissus.git
|
||||||
|
# pacundo
|
||||||
|
git@code.ortegas.org:nortega/pacundo.git;git@github.com:naortega/pacundo.git
|
||||||
|
# saus
|
||||||
|
git@code.ortegas.org:nortega/saus.git;git@github.com:naortega/saus.git
|
||||||
|
# themusicinnoise-site
|
||||||
|
git@code.ortegas.org:nortega/themusicinnoise-site.git;git@github.com:naortega/themusicinnoise-site.git
|
||||||
|
# my-scripts
|
||||||
|
git@code.ortegas.org:nortega/my-scripts.git;git@github.com:naortega/my-scripts.git
|
||||||
|
9
sync.sh
9
sync.sh
@@ -15,14 +15,15 @@ do
|
|||||||
|
|
||||||
if [ -d "$NAME" ]
|
if [ -d "$NAME" ]
|
||||||
then
|
then
|
||||||
rm -r $NAME
|
cd $NAME
|
||||||
|
git remote update
|
||||||
|
else
|
||||||
|
git clone --mirror $ORIG
|
||||||
|
cd $NAME
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone --mirror $ORIG
|
|
||||||
cd $NAME
|
|
||||||
git push --mirror $DEST
|
git push --mirror $DEST
|
||||||
cd ..
|
cd ..
|
||||||
rm -r $NAME
|
|
||||||
|
|
||||||
echo "Done."
|
echo "Done."
|
||||||
done <./repo-list
|
done <./repo-list
|
||||||
|
Reference in New Issue
Block a user