git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-23 20:19:21 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-23 20:19:21 +0100
commiteca8378796221e58155265713eb9d5c11cd9ea88 (patch)
treea857ea08a969f24cbef4e9c9ea751feb7b7750bf /Makefile
parentad993fafc2bd05b651b46edf9e12da8d5dec4a99 (diff)
parent56b60c35af0e5ab593aaa124436e6674a1693dab (diff)
downloaddotfiles-eca8378796221e58155265713eb9d5c11cd9ea88.tar.bz2
Merge branch 'testing' of git.lirion.de:/var/cache/git/dotfiles into testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e283aa1..37bae6d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: complete
complete: checkenv tempdirs tarball removedirs distrib removetar
tarball:
- rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .gnupg .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank .vimrc --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/
+ rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .gnupg .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank .vimrc --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' --exclude='*.local' distribute/tar/
tar -C distribute/tar -cvJf dotfiles.tar.xz .
rm -rf distribute/tar