diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 12:25:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 12:25:57 -0300 |
commit | c7c7af32aecc05b8d7b2f1d4b0819311f5b658bc (patch) | |
tree | b6eeeb8de4e1cbb236e4427d3fc64e0a20169023 | |
parent | b5dd5f63e850f0c870e8943b706e54cab72bb101 (diff) | |
download | keyringer-c7c7af32aecc05b8d7b2f1d4b0819311f5b658bc.tar.gz keyringer-c7c7af32aecc05b8d7b2f1d4b0819311f5b658bc.tar.bz2 |
Ikiwiki: do not pull when building html pages
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 55b322b..81234b0 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -32,6 +32,8 @@ use IkiWiki::Setup::Standard { diffurl => "https://git.sarava.org/?p=keyringer.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", #gitorigin_branch => "origin", #gitmaster_branch => "master", + # See https://ikiwiki.info/tips/laptop_wiki_with_git/ + gitorigin_branch => '', # Tla stuff. #rcs => "tla" |