]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a pair of warnings about only editing CI in 035
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 14:44:32 +0000 (10:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 14:44:32 +0000 (10:44 -0400)
.gitlab-ci.yml
scripts/ci/ci-driver.sh

index fc160ffaeabc210b751cbdcfdba1eba0728291e9..5a46c1a0e37461c8c8a74ccad89ceaa981052c27 100644 (file)
@@ -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
index 50728a137e86b719a8ec1dbb460762aff14e66ce..bede68baa892ac4956baa2211a2a3002886dd32f 100755 (executable)
@@ -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.
 #