Skip to content

Commit

Permalink
Remove old my_ubuntu-16.04-server-amd64
Browse files Browse the repository at this point in the history
Remove old my_ubuntu-16.04-server-amd64
  • Loading branch information
ruzickap committed Feb 5, 2020
1 parent 75089a8 commit 72852e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- name: Check the boxes at app.vagrantup.com
run: |
for NAME in ubuntu-19.10-desktop-amd64 ubuntu-{18.04,16.04,14.04}-server-amd64 my_ubuntu-{18.04,16.04}-server-amd64 my_centos-7-x86_64 my_windows-10-enterprise-x64-eval windows-{server-{{2016,2012_r2}-standard,2019-datacenter},10-enterprise}-x64-eval; do
for NAME in ubuntu-19.10-desktop-amd64 ubuntu-{18.04,16.04,14.04}-server-amd64 my_ubuntu-18.04-server-amd64 my_centos-7-x86_64 my_windows-10-enterprise-x64-eval windows-{server-{{2016,2012_r2}-standard,2019-datacenter},10-enterprise}-x64-eval; do
for VAGRANT_PROVIDER in virtualbox libvirt; do
CURRENT_VERSION=$(curl -s https://app.vagrantup.com/api/v1/box/peru/$NAME | jq -r ".current_version.version")
URL="https://app.vagrantup.com/peru/boxes/$NAME/versions/$CURRENT_VERSION/providers/$VAGRANT_PROVIDER.box"
Expand Down
2 changes: 1 addition & 1 deletion tools/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LOGFILE="/tmp/build_all.log"
(
cd ..
for PACKER_VAGRANT_PROVIDER in libvirt virtualbox; do
for BUILD in ubuntu-19.10-desktop-amd64 ubuntu-{18.04,16.04,14.04}-server-amd64 my_ubuntu-{18.04,16.04}-server-amd64 my_centos-7-x86_64 my_windows-10-enterprise-x64-eval windows-{server-{2019,2016,2012_r2}-standard,10-enterprise}-x64-eval; do
for BUILD in ubuntu-19.10-desktop-amd64 ubuntu-{18.04,16.04,14.04}-server-amd64 my_ubuntu-18.04-server-amd64 my_centos-7-x86_64 my_windows-10-enterprise-x64-eval windows-{server-{2019,2016,2012_r2}-standard,10-enterprise}-x64-eval; do
echo "**** $(date)"
./build.sh ${BUILD}-${PACKER_VAGRANT_PROVIDER}
done
Expand Down

0 comments on commit 72852e0

Please sign in to comment.