Skip to content

Commit

Permalink
[BGBUILD-306] Switch for updates-testing repository for integration t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
goldmann committed Sep 8, 2011
1 parent 8719b14 commit d06761f
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v0.10.0

* [BGBUILD-307] Appliance with swap file fails to build if selected OS is centos
* [BGBUILD-306] Switch for updates-testing repository for integration tests

v0.9.6

Expand Down
1 change: 0 additions & 1 deletion Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ integ/appliances/modular/_packages_utils.appl
integ/appliances/modular/_repos_boxgrinder_permanent_noarch.appl
integ/appliances/modular/_repos_testlocal_ephemeral_noarch.appl
integ/appliances/modular/_test_base.appl
integ/appliances/modular/jeos-f15.appl
integ/appliances/modular/modular.appl
integ/packages/ephemeral-repo-test-0.1-1.noarch.rpm
integ/packages/local-repo-test.spec
Expand Down
4 changes: 4 additions & 0 deletions integ/appliances/jeos-f15.appl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ name: jeos-f15
os:
name: fedora
version: 15
repos:
- name: "temp-fedora-updates-testing"
mirrorlist: "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f#OS_VERSION#&arch=#BASE_ARCH#"
ephemeral: true

5 changes: 2 additions & 3 deletions integ/appliances/jeos-f16-files.appl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: jeos-f16-files
os:
name: fedora
version: 16
appliances:
- jeos-f16
files:
"/opt":
- jeos-centos5.appl
Expand Down
4 changes: 4 additions & 0 deletions integ/appliances/jeos-f16.appl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ name: jeos-f16
os:
name: fedora
version: 16
repos:
- name: "temp-fedora-updates-testing"
mirrorlist: "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f#OS_VERSION#&arch=#BASE_ARCH#"
ephemeral: true

5 changes: 0 additions & 5 deletions integ/appliances/modular/jeos-f15.appl

This file was deleted.

8 changes: 7 additions & 1 deletion integ/appliances/modular/modular.appl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version: 1
release: 2
appliances:
- _test_base
- jeos-f15
post:
base:
- "/bin/echo 'true' > /fedora-boxgrinder-test"
Expand All @@ -14,3 +13,10 @@ post:
- "/bin/echo 'true' > /fedora-vmware-boxgrinder-test"
virtualbox:
- "/bin/echo 'true' > /fedora-virtualbox-boxgrinder-test"
os:
name: fedora
version: 15
repos:
- name: "temp-fedora-updates-testing"
mirrorlist: "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f#OS_VERSION#&arch=#BASE_ARCH#"
ephemeral: true
1 change: 1 addition & 0 deletions rubygem-boxgrinder-build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ popd
* Tue Sep 06 2011 Marek Goldmann <[email protected]> - 0.10.0-1
- Upstream release: 0.10.0
- [BGBUILD-307] Appliance with swap file fails to build if selected OS is centos
- [BGBUILD-306] Switch for updates-testing repository for integration tests

* Sat Aug 27 2011 Marek Goldmann <[email protected]> - 0.9.6-1
- Upstream release: 0.9.6
Expand Down

0 comments on commit d06761f

Please sign in to comment.