Parent Directory | Revision Log | Patch
revision 3055 by tv, Sat Feb 25 16:59:37 2012 UTC | revision 3056 by tv, Sat Feb 25 17:14:58 2012 UTC | |
---|---|---|
# | Line 867 retry: | Line 867 retry: |
867 | $union_id = $u_id; | $union_id = $u_id; |
868 | } | } |
869 | ||
870 | $urpmi->urpmi_command($chroot_tmp, $luser); | if (!$urpmi->urpmi_command($chroot_tmp, $luser)) { |
871 | plog('DEBUG', "Creating chroot failed.\nCommand was: $chroot_tmp"); | |
872 | next; | |
873 | }; | |
874 | $srpm =~ /(.*)-[^-]+-[^-]+\.src\.rpm$/ or next; | $srpm =~ /(.*)-[^-]+-[^-]+\.src\.rpm$/ or next; |
875 | my ($maintainer, $cc); | my ($maintainer, $cc); |
876 | if (!$run{warn}) { | if (!$run{warn}) { |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |