bin/rpi
branchrsync
changeset 2 754ed0e17e40
parent 0 98411ab74262
child 4 c17d14b6ff1f
equal deleted inserted replaced
1:4db24a2b65d2 2:754ed0e17e40
    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($$$);