X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=makebuildserver;h=4fc9a28dbd8816584c658d9f426cc3226c4b43b9;hb=50713c7ce96203e7297e16848919ca2009a21d85;hp=9695ba2c0e6b7a8c2d23236646dc50592522d856;hpb=b33add9ce7574b0dff069193a87aeea9d76c146d;p=fdroidserver.git diff --git a/makebuildserver b/makebuildserver index 9695ba2c..4fc9a28d 100755 --- a/makebuildserver +++ b/makebuildserver @@ -41,7 +41,7 @@ parser.add_option("-v", "--verbose", action="store_true", default=False, help="Spew out even more information than normal") parser.add_option("-c", "--clean", action="store_true", default=False, help="Build from scratch, rather than attempting to update the existing server") -parser.add_option("--debian-mirror", default="http://ftp.uk.debian.org/debian/", +parser.add_option("--debian-mirror", default="http://http.debian.net/debian/", help="Use the specified Debian mirror in the box's /etc/apt/sources.list.") options, args = parser.parse_args()