diff options
author | Security Workgroup <seguranca@sarava.org> | 2015-06-20 12:22:19 -0300 |
---|---|---|
committer | Security Workgroup <seguranca@sarava.org> | 2015-06-20 12:22:19 -0300 |
commit | 6428aa3f5453cb09f35e8e0f1142a2dce55b1508 (patch) | |
tree | b70b1af41442f4801f0c890a92dddffde46ced70 | |
parent | cbbfc794af1c6c01fa6f5229538bbd23fd5f5118 (diff) | |
download | seguranca-6428aa3f5453cb09f35e8e0f1142a2dce55b1508.tar.gz seguranca-6428aa3f5453cb09f35e8e0f1142a2dce55b1508.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 bd586a2..124477b 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -32,6 +32,8 @@ use IkiWiki::Setup::Standard { diffurl => "https://git.seguranca.org/?p=seguranca.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" |