Initial commit
This commit is contained in:
10
buildtools/updatedevsystem
Normal file
10
buildtools/updatedevsystem
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# updatedevsystem - Push latest src files back to the normal development system
|
||||
if [ ! -e buildtools.conf ]; then
|
||||
cp buildtools.conf.delivered buildtools.conf
|
||||
fi
|
||||
source buildtools.conf
|
||||
|
||||
devsystem=$BUILD_SRC_PATH
|
||||
srcpath=$DEV_SRC_PATH
|
||||
rsync -avz --exclude 'buildtools.conf' $srcpath $devsystem
|
||||
Reference in New Issue
Block a user