# HG changeset patch # User Matthias Förste foerste@schlittermann.de # Date 1314776215 -7200 # Node ID efac4db3fa3f5872f08256647cd596ef6b325e63 # Parent d2522848cb73c37bf028d6dd98557b21a9ac4575 send *everything* to uploader if possible diff -r d2522848cb73 -r efac4db3fa3f 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