Skip to content

Commit 9436b64

Browse files
davidmhewittkgrubb
authored andcommitted
Reorganize package lists (#292)
* Reorganize package lists * Update the action config for renamed config file
1 parent bef2923 commit 9436b64

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

.github/workflows/distinst-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919

2020
- name: Build and upload distinst .iso
2121
run: |
22-
./workflows.sh etc/terraform-daily-distinst-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
22+
./workflows.sh etc/terraform-daily-5.1-distinst-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"

etc/terraform-daily-5.1-azure.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ INCLUDE_APPCENTER="yes"
3232
OUTPUT_SUFFIX=""
3333

3434
# folder suffix for the package lists to use
35-
PACKAGE_LISTS_SUFFIX="ubiquity"
35+
PACKAGE_LISTS_SUFFIX="default"

etc/terraform-daily-6.0-azure.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HWE=""
2929
INCLUDE_APPCENTER=""
3030

3131
# suffix for generated .iso files
32-
OUTPUT_SUFFIX="-distinst"
32+
OUTPUT_SUFFIX=""
3333

3434
# folder suffix for the package lists to use
35-
PACKAGE_LISTS_SUFFIX="distinst"
35+
PACKAGE_LISTS_SUFFIX="default"

etc/terraform-stable-azure.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ INCLUDE_APPCENTER="yes"
3232
OUTPUT_SUFFIX=""
3333

3434
# folder suffix for the package lists to use
35-
PACKAGE_LISTS_SUFFIX="ubiquity"
35+
PACKAGE_LISTS_SUFFIX="default"

0 commit comments

Comments
 (0)