Skip to content

Commit 078e726

Browse files
committed
Bring back the offline bundle
1 parent e2e66c8 commit 078e726

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
name: w2c-letsencrypt-esxi
2525
path: |
2626
artifacts/w2c-letsencrypt-esxi.vib
27+
artifacts/w2c-letsencrypt-esxi-offline-bundle.zip
2728
if-no-files-found: error
2829

2930
release:
@@ -46,3 +47,4 @@ jobs:
4647
body: w2c-letsencrypt-esxi
4748
files: |
4849
w2c-letsencrypt-esxi.vib
50+
w2c-letsencrypt-esxi-offline-bundle.zip

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ build:
1010
name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG"
1111
paths:
1212
- build/w2c-letsencrypt-esxi.vib
13+
- build/w2c-letsencrypt-esxi-offline-bundle.zip

build/create_vib.sh

+3
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ __W2C__
103103
touch ${TEMP_DIR}/sig.pkcs7
104104
ar r w2c-letsencrypt-esxi.vib ${TEMP_DIR}/descriptor.xml ${TEMP_DIR}/sig.pkcs7 ${TEMP_DIR}/payload1
105105

106+
# Create the offline bundle
107+
PYTHONPATH=/opt/vmware/vibtools-6.0.0-847598/bin python -c "import vibauthorImpl; vibauthorImpl.CreateOfflineBundle('w2c-letsencrypt-esxi.vib', 'w2c-letsencrypt-esxi-offline-bundle.zip', True)"
108+
106109
# Show some details about what we have just created
107110
vibauthor -i -v w2c-letsencrypt-esxi.vib
108111

0 commit comments

Comments
 (0)