aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_infrastructure
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 13:24:01 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 13:24:01 +0200
commit8e77eaf45bc05a28baf0f009fa3b21660dbb0bfb (patch)
tree4c57c8210fd3e4ba391dd9b5622853fc80bd49e7 /contrib/gnunet_infrastructure
parentb99f555e7d09a1070c09d52bfed5f09c08915d27 (diff)
downloadgnunet-8e77eaf45bc05a28baf0f009fa3b21660dbb0bfb.tar.gz
gnunet-8e77eaf45bc05a28baf0f009fa3b21660dbb0bfb.zip
build: delete deprecated buildfiles for docs
Diffstat (limited to 'contrib/gnunet_infrastructure')
-rwxr-xr-xcontrib/gnunet_infrastructure/handbook_pull.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/gnunet_infrastructure/handbook_pull.sh b/contrib/gnunet_infrastructure/handbook_pull.sh
deleted file mode 100755
index 16c7430ae..000000000
--- a/contrib/gnunet_infrastructure/handbook_pull.sh
+++ /dev/null
@@ -1,18 +0,0 @@
1#!/bin/sh
2#
3# This essentially could be solved by:
4# git config pull.rebase true
5# git config rebase.autoStash true
6# but chances are that this is easy to
7# forget.
8# so execute this file on the server
9# instead of setting a git config.
10
11echo "Running git pull with autoStash and rebase"
12echo "If anything breaks in the future, delete"
13echo "and repeat - it was once considered to"
14echo "be responsible for non-trivial conflicts!"
15echo "We apply this because we need to build the"
16echo "handbook and tutorial without manual interventions."
17
18git pull --rebase --autostash