Skip to content

Commit

Permalink
apt: Drop plain chroot support
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Jan 15, 2015
1 parent 92bc9b5 commit 5fd410e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 274 deletions.
14 changes: 3 additions & 11 deletions package/apt/Makefile.am
@@ -1,10 +1,8 @@
SERVER_PATH = $(SF_FRS)
DISTRIBUTIONS = debian ubuntu
CHROOT_BASE = /var/lib/chroot
ARCHITECTURES = i386 amd64
CODE_NAMES = wheezy jessie unstable lucid precise trusty utopic
CLEAN_ROOM_BASE = /var/cache/pbuilder
CLEAN_ROOM = no

release: build update sign upload

Expand Down Expand Up @@ -48,12 +46,6 @@ download:
done

build:
@if test "$(CLEAN_ROOM)" = "yes"; then \
./build-in-clean-room.sh \
$(VERSION) $(CLEAN_ROOM_BASE) \
'$(ARCHITECTURES)' '$(CODE_NAMES)'; \
else \
./build-in-chroot.sh \
$(VERSION) $(CHROOT_BASE) \
'$(ARCHITECTURES)' '$(CODE_NAMES)'; \
fi
./build-in-clean-room.sh \
$(VERSION) $(CLEAN_ROOM_BASE) \
'$(ARCHITECTURES)' '$(CODE_NAMES)'; \
87 changes: 0 additions & 87 deletions package/apt/build-deb.sh

This file was deleted.

176 changes: 0 additions & 176 deletions package/apt/build-in-chroot.sh

This file was deleted.

0 comments on commit 5fd410e

Please sign in to comment.