)
exit_error()
- if options.distribution in ('testing', 'staging', 'unstable', 'pre-staging'):
+ if options.distribution in ('testing', 'staging', 'unstable', 'pre-staging','experimental'):
daily_date = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
if options.distribution in ('testing', 'staging'):
cmd = ['/usr/bin/git', 'commit', '-a', '-m', 'add new changelog entry']
subprocess.check_call(cmd)
- if options.distribution in ('unstable' , 'experimental', 'pre-staging'):
+ if options.distribution in ('experimental'):
+ pb_suite='experimental'
+ elif options.distribution in ('unstable' , 'experimental', 'pre-staging'):
pb_suite='pre-staging'
elif options.distribution in ('testing', 'staging'):
pb_suite='staging'