forked from pool/openQA
Offline generation of 4.6.1623307981.fda288156
4.6.1623307981.fda288156 4.6.1623307981.fda288156 4.6.1623307981.fda288156 4.6.1623307981.fda288156 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=662
This commit is contained in:
@@ -12,13 +12,10 @@ osc service lr
|
||||
osc service lr tar
|
||||
|
||||
SD=$PWD
|
||||
tmp=$(mktemp -d)
|
||||
cd $tmp
|
||||
tar xf $SD/openQA-*.tar
|
||||
cd openQA-*
|
||||
script/generate-packed-assets
|
||||
cd openQA
|
||||
tools/generate-packed-assets
|
||||
tar cvjf cache.tar.xz assets/cache assets/assetpack.db
|
||||
mv cache.tar.xz $SD/cache.txz
|
||||
mv cache.tar.xz "$SD/cache.txz"
|
||||
|
||||
cd $SD
|
||||
cd "$SD"
|
||||
osc up
|
||||
|
Reference in New Issue
Block a user