chiark / gitweb /
Test suite: t-archive-process-incoming: Process everything
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 22 Oct 2016 23:16:01 +0000 (00:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 Oct 2016 16:36:20 +0000 (16:36 +0000)
The previous rune wouldn't process any new .origs.  And in fact there
is no good reason to restrict this.

certainly not right now, because right now we are going to want to
process whatever is in incoming so that the orig-include-exclude test
can easily see what dgit push uploaded.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/lib

index 5d8e742dd371aba7cad2dd22ee8908ce93e630f8..ee4bfd07bfdc145e31b60a9dc1af312c2f3e01fa 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -278,7 +278,7 @@ t-archive-updated () {
 
 t-archive-process-incoming () {
        local suite=$1
-       mv $tmp/incoming/${p}_${v}[._]* $tmp/mirror/pool/main/
+       mv $tmp/incoming/${p}_* $tmp/mirror/pool/main/
        t-archive-query "$suite"
 }