forked from beagleboard/image-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.in
20 lines (17 loc) · 761 Bytes
/
config.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Space separated list of releases to build, one or more of:
# wheezy jessie
# plus anything added to releases.sh
RELEASES="wheezy jessie"
# Using an apt proxy (like apt-cacher-ng) is HIGHLY recommended, as the
# image build scripts cannot be (easily) pointed to a local repository
apt_proxy=""
# Output file generation
# Files are generated, copied to the deploy/ directory, and tar'd
# If the file "release" exists in the base directory
# Source packages are downloaded
# The file is copied to the RCN compression "farm"
# Else if the file "compress" exists in the base directory
# The tar file is xz compressed
# The tar.zx file is moved to $release_dir
# If release_dir is empty, the xz file is left in the deploy/ directory
release_dir=""