send *everything* to uploader if possible rsync
authorMatthias Förste foerste@schlittermann.de
Wed, 31 Aug 2011 09:36:55 +0200
branchrsync
changeset 14 efac4db3fa3f
parent 13 d2522848cb73
child 15 169731647b5d
send *everything* to uploader if possible
bin/rpi
--- a/bin/rpi	Mon Jan 03 13:11:55 2011 +0100
+++ b/bin/rpi	Wed Aug 31 09:36:55 2011 +0200
@@ -90,8 +90,11 @@
   "^Warning: trying to put version '([^']+)' of '([^']+)' in '([^']+)',\$" => \&m_mayexist,
   "^Skipping ([^ ]+) because all packages are skipped!\$" => \&m_allskipped,
   "^Data seems not to be signed trying to use directly...\$" => \&m_unsigned,
-  "^ERROR: File '([^']+)' does not match expextations:\$" => \&m_asis,
-  "^Not putting '([^']+)' in '([^']+)' as already in there with equal or newer version.\$" => \&m_equal_or_newer
+  "^Not putting '([^']+)' in '([^']+)' as already in there with equal or newer version.\$" => \&m_equal_or_newer,
+#  "^ERROR: File '([^']+)' does not match expextations:\$" => \&m_asis,
+#  "^In 'littlebird_2011072500-2_amd64.changes': file 'littlebird_2011072500.orig.tar.gz' not found in the incoming dir!" => \&m_asis,
+# send *everything* for now
+  "." => \&m_asis
 };
 
 # anything matching these will not be sent to anyone