diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 12:23:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 12:23:12 -0300 |
commit | 73b0210611f178d8ac4a6c00710baf2127e30825 (patch) | |
tree | 84fbc16fdfdae4faefc83189b173020cfbeaa821 | |
parent | 6dd35dd876cbe50464d95fa63ca996ee684bca67 (diff) | |
download | firma-73b0210611f178d8ac4a6c00710baf2127e30825.tar.gz firma-73b0210611f178d8ac4a6c00710baf2127e30825.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 cabed78..d168681 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -32,6 +32,8 @@ use IkiWiki::Setup::Standard { diffurl => "https://git.sarava.org/?p=firma.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" |