diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-24 23:31:54 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-24 23:31:54 +0200 |
commit | c9c634fc56d9b0d9690060a081529d089512073a (patch) | |
tree | 199d2b8a63b4fca45c48988eb6913393d81baf62 /base/pkg-get/pkg-get.conf | |
parent | 4a58d0a5ab95f79aae9bcafbe215879dcc1c37de (diff) | |
download | nutyx-pakxe-c9c634fc56d9b0d9690060a081529d089512073a.tar.gz nutyx-pakxe-c9c634fc56d9b0d9690060a081529d089512073a.tar.bz2 nutyx-pakxe-c9c634fc56d9b0d9690060a081529d089512073a.tar.xz nutyx-pakxe-c9c634fc56d9b0d9690060a081529d089512073a.zip |
pkg-get, ne pas activer le dépot test, l'installeur aime pas trop
Diffstat (limited to 'base/pkg-get/pkg-get.conf')
-rw-r--r-- | base/pkg-get/pkg-get.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/pkg-get/pkg-get.conf b/base/pkg-get/pkg-get.conf index 2aad6b0e3..f57f1ed5a 100644 --- a/base/pkg-get/pkg-get.conf +++ b/base/pkg-get/pkg-get.conf @@ -3,7 +3,8 @@ # # pkg-get configuration file # Dépot des paquets NuTyX -pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/attapu/uname-m/test +# Activez le dépot test pour profiter des mise à jour test +# pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/attapu/uname-m/test pkgdir /srv/NuTyX/release|http://nutyx.meticul.eu/attapu/uname-m/release # runscripts: if "yes" pre-post install scripts are # automatically executed. Handle with care. |