--- 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