Commit 590d0f4a authored by Michael Tremer's avatar Michael Tremer

debian: Remove code that would have built a native package

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 748ea080
......@@ -36,12 +36,6 @@ main() {
# Change into temporary directory
pushd "${tmp}"
# Prepare the build environment
#if ! debuild -us -uc; then
# echo "Could not prepare build environment" >&2
# return 1
#fi
# Build the package for each release
local release
for release in ${RELEASES[@]}; do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment