There's just one big repository now. Additional repositories which might
contain private must be copied manually.
#
# Usage: ./archive.sh
-# Copyright (C) 2010-2013 Simon Ruderich
+# Copyright (C) 2010-2018 Simon Ruderich
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
fi
git_clone . tmp/dotfiles
-for name in browser shell vcs vim x11; do
- test -d $name || continue
-
- echo "cloning $name to tmp/"
- git_clone $name tmp/dotfiles/$name
-done
archive=dotfiles.tar.gz
echo "creating $archive"