mirror of
https://github.com/ceph/ceph
synced 2025-03-22 10:17:23 +00:00
make-dist: use a loop to collect the ingredients of the dist tarball
for better readability Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
040d44894d
commit
0d21f98d71
17
make-dist
17
make-dist
@ -157,16 +157,17 @@ download_liburing 0.7 8e2842cfe947f3a443af301bdd6d034455536c38a455c7a700d0c1ad16
|
|||||||
https://git.kernel.dk/cgit/liburing/snapshot
|
https://git.kernel.dk/cgit/liburing/snapshot
|
||||||
build_dashboard_frontend
|
build_dashboard_frontend
|
||||||
generate_rook_ceph_client
|
generate_rook_ceph_client
|
||||||
tar --concatenate -f $outfile.all.tar $outfile.version.tar
|
for tarball in $outfile.version \
|
||||||
tar --concatenate -f $outfile.all.tar $outfile.boost.tar
|
$outfile.boost \
|
||||||
tar --concatenate -f $outfile.all.tar $outfile.liburing.tar
|
$outfile.liburing \
|
||||||
tar --concatenate -f $outfile.all.tar $outfile.tar
|
dashboard_frontend \
|
||||||
tar --concatenate -f $outfile.all.tar dashboard_frontend.tar
|
rook_ceph_client \
|
||||||
tar --concatenate -f $outfile.all.tar rook_ceph_client.tar
|
$outfile; do
|
||||||
|
tar --concatenate -f $outfile.all.tar $tarball.tar
|
||||||
|
rm $tarball.tar
|
||||||
|
done
|
||||||
mv $outfile.all.tar $outfile.tar
|
mv $outfile.all.tar $outfile.tar
|
||||||
rm $outfile
|
rm $outfile
|
||||||
rm -f $outfile.version.tar
|
|
||||||
rm -f $outfile.boost.tar
|
|
||||||
|
|
||||||
echo "compressing..."
|
echo "compressing..."
|
||||||
bzip2 -9 $outfile.tar
|
bzip2 -9 $outfile.tar
|
||||||
|
Loading…
Reference in New Issue
Block a user