]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Adds stowpkg
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Sep 2017 18:36:42 +0000 (15:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Sep 2017 18:36:42 +0000 (15:36 -0300)
.gitmodules
inception
stowpkg [new submodule]

index 41d4e246a8b2f3bd2e63bf5d1ece8180101274bc..e900389106bc610a79189c7b849b7077b3f6f47f 100644 (file)
@@ -91,3 +91,6 @@
 [submodule "adb-sync"]
        path = adb-sync
        url = https://github.com/google/adb-sync
+[submodule "stowpkg"]
+       path = stowpkg
+       url = https://git.fluxo.info/stowpkg
index 1ae917220c5d746d50d582a49a0758c9939365c4..3841045496f61b7aa3cc44a7c2fbb8221f7880c7 100755 (executable)
--- 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
diff --git a/stowpkg b/stowpkg
new file mode 160000 (submodule)
index 0000000..64af5fc
--- /dev/null
+++ b/stowpkg
@@ -0,0 +1 @@
+Subproject commit 64af5fc72e357fcb82bda05782b5b86628ce2774