commit 262ddfee7a8816b9f7990467df0e495e27f387db
parent f3fcc89d055811065bd9fe723b4d71b755b82edc
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 11 Aug 2020 10:44:40 -0400
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat:
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -1,3 +1,8 @@
+####
+# DO NOT EDIT THIS FILE IN MASTER. ONLY EDIT IT IN THE OLDEST SUPPORTED
+# BRANCH, THEN MERGE FORWARD.
+####
+
# This file controls how gitlab validates Tor commits and merge requests.
#
# It is primarily based on a set of scripts and configurations by
diff --git 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.
#