summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-02 15:27:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-02 15:27:58 -0300
commit46ea72deda1cb2326897318175a7023357361e52 (patch)
tree0accf24dcabcf2418bcecd64c3139a7403ae36c9
parent54179924b9012af81dcb4b2c3e8ecb90649f1b85 (diff)
downloaddebian-46ea72deda1cb2326897318175a7023357361e52.tar.gz
debian-46ea72deda1cb2326897318175a7023357361e52.tar.bz2
Updates URLs
-rw-r--r--Makefile2
-rw-r--r--ikiwiki.setup4
-rw-r--r--index.mdwn2
3 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a58550d..1211f93 100644
--- 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
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 210577d..2916502 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -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/
diff --git a/index.mdwn b/index.mdwn
index e63930f..9106e1e 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -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
-----