]> gitweb.fluxo.info Git - debian.git/commitdiff
Updates URLs
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jul 2016 18:27:58 +0000 (15:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jul 2016 18:27:58 +0000 (15:27 -0300)
Makefile
ikiwiki.setup
index.mdwn

index a58550d03ebf302df6ddc839e06b9d9cf8c470d2..1211f93c24d2d9433c4eb044e3e05aabc6551875 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,3 +19,5 @@ web:
 
 web_deploy:
        @rsync -avz --delete --exclude=keyring www/ debian:/var/sites/debian/www/
+
+publish: web web_deploy
index 210577de50b7ff0b0dc0236a465efba76cf75f38..29165024c632f6150376c3012aac80a72c527039 100644 (file)
@@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard {
 
   # Git stuff.
   rcs => "git",
-  historyurl => "https://git.fluxo.info/?p=debian.git;a=history;f=[[file]]",
-  diffurl => "https://git.fluxo.info/?p=debian.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+  historyurl => "https://git.fluxo.info/debian/log/[[file]]",
+  diffurl => 'https://git.fluxo.info/debian/commit/[[file]]?id=[[sha1_commit]]',
   #gitorigin_branch => "origin",
   #gitmaster_branch => "master",
   # See https://ikiwiki.info/tips/laptop_wiki_with_git/
index e63930fd30b521ac16a20894445f621d88dc93fd..9106e1e6fab4961ed3a455732e7c113f160bf98c 100644 (file)
@@ -9,7 +9,7 @@ the course of learning the intricacies of Debian packaging.
 
 Grab this repository using
 
-    git clone --recursive git://git.fluxo.info/debian.git
+    git clone --recursive https://git.fluxo.info/debian
 
 Index
 -----