From: Petter Reinholdtsen
-git clone git://anonscm.debian.org/collab-maint/isenkram.git +git clone http://anonscm.debian.org/git/collab-maint/isenkram.git cd isenkram && git-buildpackage -us -uc@@ -54,6 +54,9 @@ word.
Update 2013-01-26: Added -us -us to build instructions, to avoid confusing people with an error from the signing process.
+ +Update 2013-01-27: Switch to HTTP URL for the git +clone argument to avoid the need for authentication.
diff --git a/blog/archive/2013/01/01.rss b/blog/archive/2013/01/01.rss index eb203df902..943b79c85b 100644 --- a/blog/archive/2013/01/01.rss +++ b/blog/archive/2013/01/01.rss @@ -27,7 +27,7 @@ repository in Debian. The new name? It is <strong>Isenkram</strong> To fetch and build the latest version of the source, use</p> <pre> -git clone git://anonscm.debian.org/collab-maint/isenkram.git +git clone http://anonscm.debian.org/git/collab-maint/isenkram.git cd isenkram && git-buildpackage -us -uc </pre> @@ -45,6 +45,9 @@ word.</p> <p><strong>Update 2013-01-26</strong>: Added -us -us to build instructions, to avoid confusing people with an error from the signing process.</p> + +<p><strong>Update 2013-01-27</strong>: Switch to HTTP URL for the git +clone argument to avoid the need for authentication.</p> diff --git a/blog/archive/2013/01/index.html b/blog/archive/2013/01/index.html index cd6bcae754..1300a6eb90 100644 --- a/blog/archive/2013/01/index.html +++ b/blog/archive/2013/01/index.html @@ -45,7 +45,7 @@ repository in Debian. The new name? It is Isenkram. To fetch and build the latest version of the source, use-git clone git://anonscm.debian.org/collab-maint/isenkram.git +git clone http://anonscm.debian.org/git/collab-maint/isenkram.git cd isenkram && git-buildpackage -us -uc@@ -64,6 +64,9 @@ word. instructions, to avoid confusing people with an error from the signing process. +
Update 2013-01-27: Switch to HTTP URL for the git +clone argument to avoid the need for authentication.
+