Author: sebb
Date: Sat May 1 23:37:35 2021
New Revision: 1889381
URL: http://svn.apache.org/viewvc?rev=1889381&view=rev
Log:
Don't rename Git repos
Modified:
attic/site/jiratext.py
Modified: attic/site/jiratext.py
URL:
http://svn.apache.org/viewvc/attic/site/jiratext.py?rev=1889381&r1=1889380&r2=1889381&view=diff
==============================================================================
--- attic/site/jiratext.py (original)
+++ attic/site/jiratext.py Sat May 1 23:37:35 2021
@@ -108,6 +108,7 @@ def check_scs(pid):
print("Make the following git repos read-only:")
for repo in gitbox[pid]['repositories']:
print("- %s" % repo)
+ print("Please do NOT rename the repos.")
if len(sys.argv) == 1:
print("Please provide a list of project ids")