equal
deleted
inserted
replaced
91 my $log_raw; |
91 my $log_raw; |
92 $log_raw = ">> $ENV{HOME}/var/log/reprepro/raw"; |
92 $log_raw = ">> $ENV{HOME}/var/log/reprepro/raw"; |
93 |
93 |
94 # anything that would be sent to the signer/changer/maintainer goes to |
94 # anything that would be sent to the signer/changer/maintainer goes to |
95 # $fallback instead if this is set |
95 # $fallback instead if this is set |
96 my $dont_send_to_real_uploader = 1; |
96 my $dont_send_to_real_uploader = 0; |
97 |
97 |
98 # prototypes for message handling routines |
98 # prototypes for message handling routines |
99 sub m_mismatch($); |
99 sub m_mismatch($); |
100 sub m_missingfile($$$); |
100 sub m_missingfile($$$); |
101 sub m_mayexist($$$); |
101 sub m_mayexist($$$); |