aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-11 10:44:40 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-11 10:44:40 -0400
commitd83703317d8dc9ca9118c161cf4e383b3d121084 (patch)
tree942f5679b53bdf1aaf5958832ae97f375510d3ee /scripts
parentab9c35f04353c00323068ec5dc46b2995a9b69bf (diff)
parent262ddfee7a8816b9f7990467df0e495e27f387db (diff)
downloadtor-d83703317d8dc9ca9118c161cf4e383b3d121084.tar.gz
tor-d83703317d8dc9ca9118c161cf4e383b3d121084.zip
Merge branch 'maint-0.4.3' into maint-0.4.4
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/ci-driver.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index 50728a137e..bede68baa8 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+####
+# DO NOT EDIT THIS FILE IN MASTER. ONLY EDIT IT IN THE OLDEST SUPPORTED
+# BRANCH, THEN MERGE FORWARD.
+####
+
# This script is used to build Tor for continuous integration. It should
# be kept the same for all supported Tor versions.
#