DISTMYSQL-438 Pt sources not present in pdps-8.0 repo

This commit is contained in:
Vadim Yalovets
2024-08-07 12:10:17 +03:00
parent 504bc9fd52
commit 0acde817e2

View File

@@ -426,10 +426,12 @@ build_source_deb(){
cp *_source.changes $WORKDIR/source_deb
cp *.dsc $WORKDIR/source_deb
cp *.orig.tar.gz $WORKDIR/source_deb
cp *.diff.gz $WORKDIR/source_deb
# cp *.tar.xz* $CURDIR/source_deb
cp *_source.changes $CURDIR/source_deb
cp *.dsc $CURDIR/source_deb
cp *.orig.tar.gz $CURDIR/source_deb
cp *.diff.gz $CURDIR/source_deb
}
build_tarball(){