Skip to content

Commit

Permalink
Merge pull request #3862 from melissa/maint/master/rm-lucid
Browse files Browse the repository at this point in the history
(maint) Remove lucid from build targets
  • Loading branch information
joshcooper committed Apr 28, 2015
2 parents 3c08957 + 3d65836 commit 17b75e2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 28 deletions.
4 changes: 2 additions & 2 deletions acceptance/config/nodes/all.yaml
Expand Up @@ -21,9 +21,9 @@ HOSTS:
ubuntu-agent:
roles:
- agent
platform: ubuntu-lucid-i386
platform: ubuntu-precise-i386
hypervisor: vcloud
template: ubuntu-1004-i386
template: ubuntu-1204-i386
wheezy-agent:
roles:
- agent
Expand Down
4 changes: 2 additions & 2 deletions acceptance/config/nodes/all_but_windows.yaml
Expand Up @@ -21,9 +21,9 @@ HOSTS:
ubuntu-agent:
roles:
- agent
platform: ubuntu-lucid-i386
platform: ubuntu-precise-i386
hypervisor: vcloud
template: ubuntu-1004-i386
template: ubuntu-1204-i386
wheezy-agent:
roles:
- agent
Expand Down
4 changes: 2 additions & 2 deletions acceptance/config/nodes/all_linux.yaml
Expand Up @@ -21,9 +21,9 @@ HOSTS:
ubuntu-agent:
roles:
- agent
platform: ubuntu-lucid-i386
platform: ubuntu-precise-i386
hypervisor: vcloud
template: ubuntu-1004-i386
template: ubuntu-1204-i386
wheezy-agent:
roles:
- agent
Expand Down
19 changes: 0 additions & 19 deletions acceptance/config/nodes/lucid.yaml

This file was deleted.

Expand Up @@ -9,9 +9,9 @@ HOSTS:
agent:
roles:
- agent
platform: ubuntu-lucid-i386
platform: ubuntu-trusty-i386
hypervisor: vcloud
template: ubuntu-1004-i386
template: ubuntu-1404-i386
CONFIG:
datastore: instance0
resourcepool: delivery/Quality Assurance/FOSS/Dynamic
Expand Down
2 changes: 1 addition & 1 deletion ext/build_defaults.yaml
Expand Up @@ -2,7 +2,7 @@
packaging_url: 'git://github.com/puppetlabs/packaging.git --branch=master'
packaging_repo: 'packaging'
default_cow: 'base-squeeze-i386.cow'
cows: 'base-lucid-i386.cow base-precise-i386.cow base-squeeze-i386.cow base-stable-i386.cow base-testing-i386.cow base-trusty-i386.cow base-wheezy-i386.cow'
cows: 'base-precise-i386.cow base-squeeze-i386.cow base-stable-i386.cow base-testing-i386.cow base-trusty-i386.cow base-wheezy-i386.cow'
pbuild_conf: '/etc/pbuilderrc'
packager: 'puppetlabs'
gpg_name: 'info@puppetlabs.com'
Expand Down

0 comments on commit 17b75e2

Please sign in to comment.