From 74bee9e2ea9680da098722cd1f1c1c4415b14852 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 18 Aug 2019 19:35:03 +0800 Subject: [PATCH] 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 --- ceph-build/build/build_deb | 2 +- ceph-dev-build/build/build_deb | 2 +- ceph-dev-new-build/build/build_deb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.39.5