Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[puppet-nightly]
name=Puppet Nightly Repository __OS_NAME__ __OS_VERSION__ - $basearch
baseurl=http://nightlies.puppet.com/yum/puppet-nightly/__OS_NAME__/__OS_VERSION__/$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-2025-04-06-puppet-nightly-release
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-nightly-release
enabled=1
gpgcheck=1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[puppet-nightly]
name=Puppet Nightly Repository __OS_NAME__ __OS_VERSION__ - $basearch
baseurl=http://nightlies.puppet.com/yum/puppet-nightly/__OS_NAME__/__OS_VERSION__/$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-2025-04-06-puppet-nightly-release
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-nightly-release
enabled=1
gpgcheck=1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[puppet7-nightly]
name=Puppet 7 Nightly Repository __OS_NAME__ __OS_VERSION__ - $basearch
baseurl=http://nightlies.puppet.com/yum/puppet7-nightly/__OS_NAME__/__OS_VERSION__/$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-2025-04-06-puppet7-nightly-release
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet7-nightly-release
enabled=1
gpgcheck=1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[puppet7-nightly]
name=Puppet 7 Nightly Repository __OS_NAME__ __OS_VERSION__ - $basearch
baseurl=http://nightlies.puppet.com/yum/puppet7-nightly/__OS_NAME__/__OS_VERSION__/$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-2025-04-06-puppet7-nightly-release
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet7-nightly-release
enabled=1
gpgcheck=1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[puppet8-nightly]
name=Puppet 8 Nightly Repository __OS_NAME__ __OS_VERSION__ - $basearch
baseurl=http://nightlies.puppet.com/yum/puppet8-nightly/__OS_NAME__/__OS_VERSION__/$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-2025-04-06-puppet8-nightly-release
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet8-nightly-release
enabled=1
gpgcheck=1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[puppet8-nightly]
name=Puppet 8 Nightly Repository __OS_NAME__ __OS_VERSION__ - $basearch
baseurl=http://nightlies.puppet.com/yum/puppet8-nightly/__OS_NAME__/__OS_VERSION__/$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-2025-04-06-puppet8-nightly-release
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet8-nightly-release
enabled=1
gpgcheck=1
2 changes: 1 addition & 1 deletion source/projects/puppet-nightly-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": "puppet-nightly-release",
"description": "Release packages for the Puppet nightly repository",
"version": "1.0.0",
"release": "36",
"release": "37",

"license": "ASL 2.0",
"vendor": "Puppet By Perforce <release@puppet.com>",
Expand Down
2 changes: 1 addition & 1 deletion source/projects/puppet7-nightly-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": "puppet7-nightly-release",
"description": "Release packages for the Puppet 7 nightly repository",
"version": "1.0.0",
"release": "27",
"release": "28",

"license": "ASL 2.0",
"vendor": "Puppet, Inc. <release@puppet.com>",
Expand Down
2 changes: 1 addition & 1 deletion source/projects/puppet8-nightly-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": "puppet8-nightly-release",
"description": "Release packages for the Puppet 8 nightly repository",
"version": "1.0.0",
"release": "12",
"release": "13",

"license": "ASL 2.0",
"vendor": "Puppet, Inc. <release@puppet.com>",
Expand Down