summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-07 14:12:29 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-07 14:12:29 +0100
commitc2c601b51c363bd314e372cbafc984c6ca9289b3 (patch)
treeab039f35c576b73e3d9ce9a653fbe1b13cdccd3e
parent97750c17d96d101fe6a634e1d366cd9b0e22bb49 (diff)
dgit-repos-server: Remove comment saying it's a prototype
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>
-rwxr-xr-xinfra/dgit-repos-server1
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server
index b853162..2b20d1e 100755
--- a/infra/dgit-repos-server
+++ b/infra/dgit-repos-server
@@ -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