chiark / gitweb /
dgit-repos-server: Remove comment saying it's a prototype
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Jul 2019 13:12:29 +0000 (14:12 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Jul 2019 13:12:29 +0000 (14:12 +0100)
We have done everything to make it safe to use.  Obviously it still
needs some web service queue thing around it to invoke it.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
infra/dgit-repos-server

index b853162812981d0f03634589c3f6af8535ab4f28..2b20d1ed08c92da1f3041233da0ced81d6c2d3a0 100755 (executable)
@@ -1073,7 +1073,6 @@ our @hookenvs = qw(distro suitesfile suitesformasterfile policyhook
 # workrepo and destrepo handled ad-hoc
 
 sub mode_tag2upload () {
-    # PROTOTYPE
     # CALLER MUST PREVENT MULTIPLE CONCURRENT RUNS IN SAME CWD
     # If we fail (exit nonzero), caller should capture our stderr,
     #  and retry some bounded number of times in some appropriate way