提交 4fd57431 编写于 作者: S Simon Fels

scripts: generate a zip instead of a tarball for our log archive

Github doesn't allow uploading a tarball but a zip archive.
上级 bcb3701a
......@@ -48,12 +48,12 @@ fi
echo "Generating archive with all log files in $PWD ..."
CURDIR=$PWD
(cd $TMPDIR; tar cJf $CURDIR/anbox-system-diagnostics-$(date --rfc-3339=date --utc).tar.xz *)
(cd $TMPDIR; zip -r $CURDIR/anbox-system-diagnostics-$(date --rfc-3339=date --utc).zip *)
rm -rf $TMPDIR
echo "DONE!"
echo
echo "Now please take the tarball generate in your current directory and"
echo "attach it to your bug report. Please don't hesitate to have a look"
echo "into the tarball before you do so to verify you don't leak any"
echo "Now please take the ZIP archive generated in your current directory"
echo "and attach it to your bug report. Please don't hesitate to have a"
echo "look into the archive before you do so to verify you don't leak any"
echo "information you don't want!"
!GlobalState
assets:
build-packages: []
build-snaps: []
......@@ -144,6 +144,13 @@ parts:
stage-packages:
- apparmor
zip:
plugin: nil
stage-packages:
- zip
prime:
- usr/bin/zip
lxc:
source: https://github.com/lxc/lxc
source-type: git
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册