From: Kefu Chai Date: Sun, 18 Aug 2019 11:35:03 +0000 (+0800) Subject: ceph*build/build/build_deb: upload *.ddeb packages X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=74bee9e2ea9680da098722cd1f1c1c4415b14852;p=ceph-build.git ceph*build/build/build_deb: upload *.ddeb packages ubuntu names *dbgsym* packages .ddeb in hope to put them into a separated repo. while debian just uses the plain .deb extension for them. so, to include the dbgsym packages created by ubuntu, we need to upload the .ddeb packages as well. Signed-off-by: Kefu Chai --- diff --git a/ceph-build/build/build_deb b/ceph-build/build/build_deb index e93b9ba5..daf67c6a 100644 --- a/ceph-build/build/build_deb +++ b/ceph-build/build/build_deb @@ -95,7 +95,7 @@ echo lintian --allow-root $releasedir/$cephver/*$bpvers*.deb if [ "$THROWAWAY" = false ] ; then # push binaries to chacra - find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint} + find release/$vers/ | egrep "*\.(changes|deb|ddeb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint} # write json file with build info cat > $WORKSPACE/repo-extra.json << EOF { diff --git a/ceph-dev-build/build/build_deb b/ceph-dev-build/build/build_deb index 98b3eef2..f847bfe0 100644 --- a/ceph-dev-build/build/build_deb +++ b/ceph-dev-build/build/build_deb @@ -95,7 +95,7 @@ echo lintian --allow-root $releasedir/$cephver/*$bpvers*.deb if [ "$THROWAWAY" = false ] ; then # push binaries to chacra - find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint} + find release/$vers/ | egrep "*\.(changes|deb|ddeb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint} # write json file with build info cat > $WORKSPACE/repo-extra.json << EOF { diff --git a/ceph-dev-new-build/build/build_deb b/ceph-dev-new-build/build/build_deb index 98b3eef2..f847bfe0 100644 --- a/ceph-dev-new-build/build/build_deb +++ b/ceph-dev-new-build/build/build_deb @@ -95,7 +95,7 @@ echo lintian --allow-root $releasedir/$cephver/*$bpvers*.deb if [ "$THROWAWAY" = false ] ; then # push binaries to chacra - find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint} + find release/$vers/ | egrep "*\.(changes|deb|ddeb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint} # write json file with build info cat > $WORKSPACE/repo-extra.json << EOF {