Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 907c5f56 authored by Robert Nelson's avatar Robert Nelson
Browse files

build_deb: not all compresssed now


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 4a51c339
No related merge requests found
...@@ -43,7 +43,7 @@ cleanup_suite () { ...@@ -43,7 +43,7 @@ cleanup_suite () {
run () { run () {
touch /tmp/sbuild-BUILDING.lock touch /tmp/sbuild-BUILDING.lock
out_dir="${localdir}/outgoing/${suite}/${deb_arch}/${debian_pkg_name}_${debian_version}/" out_dir="${localdir}/outgoing/${suite}/${deb_arch}/${debian_pkg_name}_${debian_version}/"
if [ -f /var/lib/sbuild/${suite}-${deb_arch}.tar.gz ] ; then if [ -f /var/lib/sbuild/${suite}-${deb_arch}.tar.gz ] || [ -f /var/lib/sbuild/${suite}-${deb_arch}.tar ] ; then
if [ ! -f ./${suite}/PKG_BUILT ] ; then if [ ! -f ./${suite}/PKG_BUILT ] ; then
cleanup_suite cleanup_suite
......
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