diff --git a/auto_content.py b/auto_content.py index 3186e7b..c1006e7 100644 --- a/auto_content.py +++ b/auto_content.py @@ -111,12 +111,11 @@ def push_puppet(dryrun): good_puppetpush = False if not dryrun: - for dataset in tslist: - rc = subprocess.call(['/usr/local/bin/push-puppetforge', '-r', 'puppet-forge']) + rc = subprocess.call(['/usr/local/bin/push_puppetforge', '-r', 'puppet-forge']) - # If the import is successful - if rc == 0: - good_puppetpush = True + # If the import is successful + if rc == 0: + good_puppetpush = True else: msg = "Dry run - not actually performing module push" diff --git a/rel-eng/sat6_scripts.spec b/rel-eng/sat6_scripts.spec index 576f664..cca6e35 100755 --- a/rel-eng/sat6_scripts.spec +++ b/rel-eng/sat6_scripts.spec @@ -1,6 +1,6 @@ Name: sat6_scripts Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scripts to automate Satellite 6 tasks License: GPL