diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-06 22:25:00 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-08 20:52:59 +0100 |
commit | 0f5fd96b66e2551d9599726e3d26f51fe93471c2 (patch) | |
tree | f343b9ef533d6fdb996a7a88ea0287f0663a7434 /conf/distro | |
parent | 8e2871088dd22c7131c3818ec6055acedd961779 (diff) |
shr.conf: switch to release DISTRO_TYPE
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/shr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index b99c895dc2..74526d0296 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -25,8 +25,8 @@ DISTRO_NAME = "shr" DISTRO_VERSION = "-${DATE}" DISTRO_REVISION = "2" DISTRO_PR = ".4" -#DISTRO_TYPE = "release" -DISTRO_TYPE = "debug" +DISTRO_TYPE = "release" +#DISTRO_TYPE = "debug" DISTRO = "shr" DISTRO_SSH_DAEMON = "openssh" |