aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-18 15:36:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-18 15:36:42 -0300
commitf157982caeaa3f862e384a8b4b4cbc629546771a (patch)
treeb4e28586c041931ceaf2b1da1538a612c29488f4 /inception
parentbe061ab19af6e03a41f71c0c3eb41535cc93aaf0 (diff)
downloadapps-f157982caeaa3f862e384a8b4b4cbc629546771a.tar.gz
apps-f157982caeaa3f862e384a8b4b4cbc629546771a.tar.bz2
Adds stowpkg
Diffstat (limited to 'inception')
-rwxr-xr-xinception3
1 files changed, 2 insertions, 1 deletions
diff --git a/inception b/inception
index 1ae9172..3841045 100755
--- a/inception
+++ b/inception
@@ -6,6 +6,7 @@
# Parameters
BASENAME="`basename $0`"
DIRNAME="$(cd `dirname $0` &> /dev/null && pwd)"
+EXCLUDES="--exclude=stowpkg/tree"
# Make sure we're running git directly and not any existing wrapper
GIT="/usr/bin/git"
@@ -94,7 +95,7 @@ function inception_deploy {
# Sync apps
if [ -e "$HOME/apps" ]; then
- rsync -avz --delete $HOME/apps/ $REMOTE:apps/
+ rsync -avz --delete $EXCLUDES $HOME/apps/ $REMOTE:apps/
fi
# Sync dotfiles