diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-27 17:10:11 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-27 17:10:11 +0200 |
commit | 01ea6ca4ac66ecdce3f6fc42158a5af8185609bb (patch) | |
tree | fc66000d93e79c58ada4e2091dcfc3bb3d253e58 /base/pkg-repgen/pkg-get.conf | |
parent | 5535fcb06bc7fd1c0ce5dff521940cb40d362545 (diff) | |
download | nutyx-pakxe-01ea6ca4ac66ecdce3f6fc42158a5af8185609bb.tar.gz nutyx-pakxe-01ea6ca4ac66ecdce3f6fc42158a5af8185609bb.tar.bz2 nutyx-pakxe-01ea6ca4ac66ecdce3f6fc42158a5af8185609bb.tar.xz nutyx-pakxe-01ea6ca4ac66ecdce3f6fc42158a5af8185609bb.zip |
pkg-repgen, ajout port
Diffstat (limited to 'base/pkg-repgen/pkg-get.conf')
-rw-r--r-- | base/pkg-repgen/pkg-get.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/pkg-repgen/pkg-get.conf b/base/pkg-repgen/pkg-get.conf new file mode 100644 index 000000000..06c0e5944 --- /dev/null +++ b/base/pkg-repgen/pkg-get.conf @@ -0,0 +1,11 @@ +### +# /etc/pkg-get.conf +# +# pkg-get configuration file +# Dépot des paquets NuTyX +# Activez le dépot test pour profiter des mise à jour test +# pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/pakxe/uname-m/test +pkgdir /srv/NuTyX/release|http://nutyx.meticul.eu/pakxe/uname-m/release +# runscripts: if "yes" pre-post install scripts are +# automatically executed. Handle with care. +runscripts yes |