aboutsummaryrefslogtreecommitdiffstats
path: root/gen-download-page.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gen-download-page.sh')
-rwxr-xr-xgen-download-page.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/gen-download-page.sh b/gen-download-page.sh
index fee5bc4..c136044 100755
--- a/gen-download-page.sh
+++ b/gen-download-page.sh
@@ -2,7 +2,7 @@
project='mtest'
out='www/downloads.html'
-remote="http://distfiles.kurwinet.pl/${project}"
+remote="http://distfiles.bofc.pl/${project}"
# extract links to files
links="$(curl "${remote}/" 2>/dev/null \
@@ -15,9 +15,9 @@ echo > "${out}"
echo "<h1>downloads</h1>"
echo "<h2>git</h2>"
echo "<p>"
-echo "git clone git@kurwinet.pl:${project}<br>"
-echo "git clone git://kurwinet.pl/${project}<br>"
-echo "git clone http://git.kurwinet.pl/${project}<br>"
+echo "git clone git@git.bofc.pl:${project}<br>"
+echo "git clone git://git.bofc.pl/${project}<br>"
+echo "git clone http://git.bofc.pl/${project}<br>"
echo "</p>"
echo "<h2>tarballs</h2>"