[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Using build-and-upload for packages targeted at experimental



Hi,

Is this change ok? It will not work when build dependencies from
experimental are required but will work in the simple case of just
stashing packages in experimental to not break dependencies in unstable.

diff --git a/build-and-upload b/build-and-upload
index 1a41c68..66fd4d1 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -264,6 +264,9 @@ case "$distribution" in
     fi
     host=security-master
     ;;
+  experimental)
+    git_builder="$git_builder"\ -c\ unstable-${arch}-sbuild
+    ;;
   UNRELEASED)
     git_builder="$git_builder"\ -c\ unstable-${arch}-sbuild
     ;;

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: