summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2010-07-07 11:37:49 +0000
committerramon <ramongomez@us.es>2010-07-07 11:37:49 +0000
commit85b029fc5e9d58ebe148ecda67f76fc26f8d78cc (patch)
tree63658dc60e29a3552aaf95f83134147b96549a43 /installer
parent52ead998ef543ce16393b06e5c40b7fd542eb662 (diff)
Scripts de gestiĆ³n de repositorio independientes de la API del motor de clonaciĆ³n.
git-svn-id: https://opengnsys.es/svn/trunk@1085 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh8
-rwxr-xr-xinstaller/opengnsys_update.sh2
2 files changed, 4 insertions, 6 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 2feedd7a..2b369f51 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -814,10 +814,8 @@ function openGnsysCopyServerFiles () {
client/boot/udeblist-jaunty.conf \
client/boot/udeblist-karmic.conf \
client/boot/udeblist-lucid.conf \
- client/nfsexport/bin/udp-sender \
- client/nfsexport/bin/udp-receiver \
- client/nfsexport/scripts/sendFileMcast \
server/PXE/pxelinux.cfg/default \
+ repoman/bin \
doc )
local TARGETS=( bin/initrd-generator \
bin/upgrade-clients-udeb.sh \
@@ -825,10 +823,8 @@ function openGnsysCopyServerFiles () {
etc/udeblist-jaunty.conf \
etc/udeblist-karmic.conf \
etc/udeblist-lucid.conf \
- bin/udp-sender \
- bin/udp-receiver \
- bin/sendFileMcast \
tftpboot/pxelinux.cfg/default \
+ bin \
doc )
if [ ${#SOURCES[@]} != ${#TARGETS[@]} ]; then
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 3dda6af2..077ed944 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -281,6 +281,7 @@ function updateServerFiles () {
client/boot/udeblist-jaunty.conf \
client/boot/udeblist-karmic.conf \
client/boot/udeblist-lucid.conf \
+ repoman/bin \
doc )
local TARGETS=( bin/initrd-generator \
bin/upgrade-clients-udeb.sh \
@@ -288,6 +289,7 @@ function updateServerFiles () {
etc/udeblist-jaunty.conf \
etc/udeblist-karmic.conf \
etc/udeblist-lucid.conf \
+ bin \
doc )
if [ ${#SOURCES[@]} != ${#TARGETS[@]} ]; then