Skip to content

Commit

Permalink
Reorganize package lists (#292)
Browse files Browse the repository at this point in the history
* Reorganize package lists

* Update the action config for renamed config file
  • Loading branch information
davidmhewitt authored and kgrubb committed Jan 24, 2020
1 parent bef2923 commit 9436b64
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/distinst-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:

- name: Build and upload distinst .iso
run: |
./workflows.sh etc/terraform-daily-distinst-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
./workflows.sh etc/terraform-daily-5.1-distinst-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
2 changes: 1 addition & 1 deletion etc/terraform-daily-5.1-azure.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ INCLUDE_APPCENTER="yes"
OUTPUT_SUFFIX=""

# folder suffix for the package lists to use
PACKAGE_LISTS_SUFFIX="ubiquity"
PACKAGE_LISTS_SUFFIX="default"
File renamed without changes.
4 changes: 2 additions & 2 deletions etc/terraform-daily-6.0-azure.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ HWE=""
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX="-distinst"
OUTPUT_SUFFIX=""

# folder suffix for the package lists to use
PACKAGE_LISTS_SUFFIX="distinst"
PACKAGE_LISTS_SUFFIX="default"
2 changes: 1 addition & 1 deletion etc/terraform-stable-azure.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ INCLUDE_APPCENTER="yes"
OUTPUT_SUFFIX=""

# folder suffix for the package lists to use
PACKAGE_LISTS_SUFFIX="ubiquity"
PACKAGE_LISTS_SUFFIX="default"

0 comments on commit 9436b64

Please sign in to comment.