Skip to content
Open
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
6 changes: 0 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ build () {
# Make sure conffile specified as arg has correct name
cp -f "$BASE_DIR"/"$CONFIG_FILE" terraform.conf

# copy appcenter list & key
if [ "$INCLUDE_APPCENTER" = "yes" ]; then
cp "config/appcenter/appcenter.list.binary" "config/archives/appcenter.list.binary"
cp "config/appcenter/appcenter.key.binary" "config/archives/appcenter.key.binary"
fi

echo -e "
#------------------#
# LIVE-BUILD CLEAN #
Expand Down
31 changes: 0 additions & 31 deletions etc/config/appcenter/appcenter.key.binary

This file was deleted.

2 changes: 0 additions & 2 deletions etc/config/appcenter/appcenter.list.binary

This file was deleted.

3 changes: 0 additions & 3 deletions etc/terraform-amd64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ MIRROR_URL="http://archive.ubuntu.com/ubuntu/"
HWE_KERNEL="yes"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""
3 changes: 0 additions & 3 deletions etc/terraform-arm64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ MIRROR_URL="http://ports.ubuntu.com/ubuntu-ports/"
HWE_KERNEL="yes"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""
3 changes: 0 additions & 3 deletions etc/terraform-daily-7.1-azure.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/"
HWE_KERNEL="no"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""
3 changes: 0 additions & 3 deletions etc/terraform-daily-8.1-azure-amd64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/"
HWE_KERNEL="yes"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""
3 changes: 0 additions & 3 deletions etc/terraform-daily-8.1-azure-arm64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ MIRROR_URL="http://azure.ports.ubuntu.com/ubuntu-ports/"
HWE_KERNEL="yes"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""
3 changes: 0 additions & 3 deletions etc/terraform-stable-8.1-azure-amd64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/"
HWE_KERNEL="yes"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""
3 changes: 0 additions & 3 deletions etc/terraform-stable-8.1-azure-arm64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ MIRROR_URL="http://azure.ports.ubuntu.com/ubuntu-ports/"
HWE_KERNEL="yes"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""