slitaz-dev-tools view libtaz/slitaz.conf @ rev 118

tazwikiss: avoid duplicate files with wkp_Upload.sh
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 17 13:05:26 2011 +0200 (2011-06-17)
parents 3ad78186f531
children 18fc941c4169
line source
1 ########################################################################
2 # This is the generic SliTaz configuration file used by libtaz to get
3 # the default options and directories.
4 #
5 # These variables can be overwritten by a lower level of configuration.
6 # Order for loading variables (the latest definition is kept) :
7 # slitaz.conf (then) main app.conf (or) local app.conf
8 # (or) *.conf of the command line (then) arguments of the command line
9 #
10 # ** Alpha Comment by GoKhlaYeh: **
11 # With libtaz, I plan to change the default location of some important
12 # directories to fit the server hierarchy. In a general view I want
13 # to make the organisation on the server and on a released system similar.
14 # The goal is having tools working out-of-the-box in both cases to make
15 # the contributors work easier and efficient.
16 # These changes will takes place with a Release Candidate, when libtaz
17 # implementation in all SliTaz tools will be finalised, and all code fully
18 # reviewed. Hope everybody agree with that ;).
19 #
21 ########################################################################
22 # COMMON DIRECTORIES
23 ########################
25 # Slitaz logs directory.
26 SLITAZ_LOG="/var/log/slitaz"
28 # Slitaz version.
29 SLITAZ_VERSION="$(cat /etc/slitaz-release)"
31 # Slitaz directory.
32 SLITAZ_DIR="/home/slitaz"
34 # Local repository for current version (can contain local packages
35 # repository, wok, sources, ...).
36 LOCAL_REPOSITORY="$SLITAZ_DIR/$SLITAZ_VERSION"
38 # Online packages repository.
39 ONLINE_REPOSITORY="http://mirror.slitaz.org/packages/$SLITAZ_VERSION/"
41 # Packages cache directory.
42 CACHE_DIR="/var/cache/tazpkg"
44 # Path to repository data.
45 LOCALSTATE="/var/lib/tazpkg"
47 # Path to installation data.
48 INSTALLED="$LOCALSTATE/installed"
50 ########################################################################
51 # COMMON VARIABLES
52 ########################
54 # Packages categories.
55 CATEGORIES="
56 base-system
57 x-window
58 utilities
59 network
60 graphics
61 multimedia
62 office
63 development
64 system-tools
65 security
66 games
67 misc
68 meta
69 non-free"
72 ########################################################################
73 # LIBTAZ OPTIONS
74 ########################
75 # These options are the default settings for all SliTaz tools which use
76 # libtaz. They are :
77 # * tazwok
78 # * tazpkg
80 # If this option is enabled - automatically install needed packages. It
81 # can be depends, build_depends, or package needed to perform a specific
82 # task.
83 # Value can be :
84 # * yes = enabled
85 # * anything else = disabled
86 auto_install=yes
88 # If you want to log all operations (into /var/log/slitaz),
89 # uncomment the following line
90 # Note: all important operations are logged by default.
91 #report_log_all=yes