Parent Directory | Revision Log | Patch
revision 3121 by ovitters, Tue Feb 28 13:22:12 2012 UTC | revision 3122 by ovitters, Tue Feb 28 15:06:43 2012 UTC | |
---|---|---|
# | Line 658 def cmd_parse_ftp_release_list(options, | Line 658 def cmd_parse_ftp_release_list(options, |
658 | sys.exit(1) | sys.exit(1) |
659 | ||
660 | if options.wait: | if options.wait: |
661 | # maildrop aborts and will try to deliver after 5min | |
662 | # fork to avoid this | |
663 | if os.fork() != 0: sys.exit(0) | |
664 | time.sleep(SLEEP_INITIAL) | time.sleep(SLEEP_INITIAL) |
665 | ||
666 | for package in packages: | for package in packages: |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |