]> pere.pagekite.me Git - homepage.git/blobdiff - blog/data/2013-01-22-hw-autoinstall.txt
Fix some typos.
[homepage.git] / blog / data / 2013-01-22-hw-autoinstall.txt
index ca80d6a7ebdc9da78920fe10526f957cc75ddd5a..5819e93e0654420e435cd614efc2b9bd32f5da72 100644 (file)
@@ -18,8 +18,8 @@ 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
-cd isenkram && git-buildpackage
+git clone http://anonscm.debian.org/git/collab-maint/isenkram.git
+cd isenkram && git-buildpackage -us -uc
 </pre>
 
 <p>I have not yet adjusted all files to use the new name yet.  If you
@@ -32,3 +32,10 @@ stuff, typically meaning tools, nails, screws, etc.  Typical hardware
 stuff, in other words.  I've been told it is the Norwegian variant of
 the German word eisenkram, for those that are familiar with that
 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>