From cdae12dbda0cf0115c51c42990cddf4379d00a32 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 2 Jun 2018 13:51:33 +0200 Subject: [PATCH] archive.sh: adapt to new dotfiles repository There's just one big repository now. Additional repositories which might contain private must be copied manually. --- archive.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/archive.sh b/archive.sh index 26a0e8d..4de7061 100755 --- a/archive.sh +++ b/archive.sh @@ -5,7 +5,7 @@ # # 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 @@ -36,12 +36,6 @@ if test -e tmp; then 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" -- 2.43.2