]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph*build/build/build_deb: upload *.ddeb packages 1367/head
authorKefu Chai <kchai@redhat.com>
Sun, 18 Aug 2019 11:35:03 +0000 (19:35 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 18 Aug 2019 11:56:27 +0000 (19:56 +0800)
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 <kchai@redhat.com>
ceph-build/build/build_deb
ceph-dev-build/build/build_deb
ceph-dev-new-build/build/build_deb

index e93b9ba5be1472cf4ee7dc8320deaa7f60d7b3fd..daf67c6a92d7c98aa3abac672de669b29de0f8c2 100644 (file)
@@ -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
 {
index 98b3eef2400bb6884c78e2a559332e997feb7a50..f847bfe0b5db7e61e468ab952cb2ad020a4cdf61 100644 (file)
@@ -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
 {
index 98b3eef2400bb6884c78e2a559332e997feb7a50..f847bfe0b5db7e61e468ab952cb2ad020a4cdf61 100644 (file)
@@ -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
 {