Skip to content

Commit

Permalink
(maint) Swap builds.pl.lan for builds.delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
stahnma committed Jul 10, 2015
1 parent f15efa7 commit b877478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/uber_ship
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
# signing bundle, and also unpacks and clones the signing bundle. This prepares
# the directory for either uber_shipping or reshipping.
def bootstrap(project, ref)
package_url = "http://builds.puppetlabs.lan/#{project}/#{ref}/artifacts"
package_url = "http://builds.delivery.puppetlabs.net/#{project}/#{ref}/artifacts"

# First fetch the params file
params_file = "#{package_url}/#{ref}.yaml"
Expand Down
2 changes: 1 addition & 1 deletion templates/msi.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ scp -B %MSI_NAME% %BUILD_HOST%:%DEST_PATH%
echo Puppet's package name is: %PKG_NAME%
echo Puppet's version is: %AGENT_VERSION_STRING%
echo Puppet's arch is: %ARCH%
echo Find the msi at: http://builds.puppetlabs.lan/puppet/<%= Pkg::Config.ref %>/artifacts/windows/%MSI_NAME%
echo Find the msi at: http://builds.delivery.puppetlabs.net/puppet/<%= Pkg::Config.ref %>/artifacts/windows/%MSI_NAME%

popd</command>
</hudson.tasks.BatchFile>
Expand Down

0 comments on commit b877478

Please sign in to comment.