From 19806e7d84e559a167a2e75076ce4b47e9d7dfeb Mon Sep 17 00:00:00 2001
From: Francis Rowe
You can verify the downloaded archives as follows:
- $ for signature in $(ls *.tar.xz.sig); do gpg --verify $signature; done
+ $ for signature in $(ls *.sig); do gpg --verify $signature; done
- Create a directory in your web server directory, eg /.
- $
+ Create a directory in your web server document root (e.g. /),
+ and add one of these to your crontab:
+ $ rsync -avxP --delete --stats /path/to/docroot// +
+1) { +?> +
+
+ $ rsync -avxP --delete --stats /path/to/docroot//
+
+
- Add this to your crontab. + No mirrors available yet.
+ -- Are you running a mirror? Contact the project - (details are on the home page), and the link will be added here. -
++ Are you running a mirror? Contact the project + (details are on the home page), and the link will be added here. +
diff --git a/site/download/oldtorrent/index.php b/site/download/oldtorrent/index.php index c4b5726..fb8e369 100644 --- a/site/download/oldtorrent/index.php +++ b/site/download/oldtorrent/index.php @@ -79,7 +79,7 @@
You can verify the downloaded archives as follows:
- $ for signature in $(ls *.tar.xz.sig); do gpg --verify $signature; done
+ $ for signature in $(ls *.sig); do gpg --verify $signature; done