summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/git-buildpackage.mdwn6
-rw-r--r--templates/honk_git1
2 files changed, 4 insertions, 3 deletions
diff --git a/projects/git-buildpackage.mdwn b/projects/git-buildpackage.mdwn
index 53e0b3c..e3fa667 100644
--- a/projects/git-buildpackage.mdwn
+++ b/projects/git-buildpackage.mdwn
@@ -29,10 +29,10 @@ The usage of the *GitRepository* class is shown (and tested) in [test_GitReposit
### Source Code
The source code is available via git (of course):
-
- git clone http://honk.sigxcpu.org/git/git-buildpackage.git
-You can browse the source code online via [git.debian.org](http://git.debian.org/?p=users/agx/git-buildpackage.git;a=summary). There's also a clone on [github](https://github.com/agx/git-buildpackage).
+[[!template id=honk_git repo="git-buildpackage"]]
+
+There's also a clone on [github](https://github.com/agx/git-buildpackage).
### Debian packages
Debian packages of git-buildpackage can be downloaded from the [[!debpkg git-buildpackage desc="Debian Archive"]]. Git snapshots are available [here](http://honk.sigxcpu.org:8001/job/git-buildpackage/).
diff --git a/templates/honk_git b/templates/honk_git
index 2a57910..c6c46cd 100644
--- a/templates/honk_git
+++ b/templates/honk_git
@@ -3,3 +3,4 @@ The source code is available via:
git clone git://honk.sigxcpu.org/git/<TMPL_VAR repo>.git
+and can be browsed [here](https://honk.sigxcpu.org/gitweb/?p=<TMPL_VAR repo>.git).