FS-8271 simplify package building for the default case

This commit is contained in:
William King
2015-10-02 04:04:00 -07:00
parent c71b0cbd86
commit 019b1ae3d0
2 changed files with 78 additions and 0 deletions
+2
View File
@@ -309,11 +309,13 @@ build_debs () {
fi
cow () {
if ! $use_custom_sources; then
echo "Using system sources $keyring $distro $custom_sources_file"
cowbuilder "$@" \
--distribution $distro \
--architecture $arch \
--basepath $cow_img
else
echo "Using custom sources $keyring $distro $custom_sources_file"
cowbuilder "$@" \
--distribution $distro \
--architecture $arch \