Switch to unified view

a/pyforge/push_re.py b/pyforge/push_re.py
...
...
22
    raw_input("Verify that there are no new dependencies, or RPM's are build for all deps...")
22
    raw_input("Verify that there are no new dependencies, or RPM's are build for all deps...")
23
    raw_input("Verify that a new sandbox builds starts without engr help...")
23
    raw_input("Verify that a new sandbox builds starts without engr help...")
24
    raw_input('When this is done, create a JIRA ticket with the same contents...')
24
    raw_input('When this is done, create a JIRA ticket with the same contents...')
25
    raw_input('Now link the two tickets...')
25
    raw_input('Now link the two tickets...')
26
    newforge_num = raw_input('What is the newforge ticket number? ')
26
    newforge_num = raw_input('What is the newforge ticket number? ')
27
    command('git', 'tag', '-a', tag, '-m', '[#%s] - Push to RE' % newforge_num)
27
    command('git', 'tag', '-a', '-m', '[#%s] - Push to RE' % newforge_num, tag, 'master')
28
    command('git', 'push', 'origin', 'master')
28
    command('git', 'push', 'origin', 'master')
29
    command('git', 'push', 'live', 'master')
29
    command('git', 'push', 'live', 'master')
30
    command('git', 'push', '--tags', 'origin')
30
    command('git', 'push', '--tags', 'origin')
31
    command('git', 'push', '--tags', 'live')
31
    command('git', 'push', '--tags', 'live')
32
    raw_input('Now go to the sog-engr channel and let them know that %s is ready'
32
    raw_input('Now go to the sog-engr channel and let them know that %s is ready'