Skip to content

Commit 79e3ae2

Browse files
committed
Rebuild
1 parent 23acf17 commit 79e3ae2

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

auto_content.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,11 @@ def push_puppet(dryrun):
111111
good_puppetpush = False
112112

113113
if not dryrun:
114-
for dataset in tslist:
115-
rc = subprocess.call(['/usr/local/bin/push-puppetforge', '-r', 'puppet-forge'])
114+
rc = subprocess.call(['/usr/local/bin/push_puppetforge', '-r', 'puppet-forge'])
116115

117-
# If the import is successful
118-
if rc == 0:
119-
good_puppetpush = True
116+
# If the import is successful
117+
if rc == 0:
118+
good_puppetpush = True
120119

121120
else:
122121
msg = "Dry run - not actually performing module push"

rel-eng/sat6_scripts.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: sat6_scripts
22
Version: 1.2.1
3-
Release: 1%{?dist}
3+
Release: 2%{?dist}
44
Summary: Scripts to automate Satellite 6 tasks
55

66
License: GPL

0 commit comments

Comments
 (0)