index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | update-kernel-config | 3 |
diff --git a/update-kernel-config b/update-kernel-config index e257941..7a6b295 100755 --- a/update-kernel-config +++ b/update-kernel-config @@ -136,6 +136,9 @@ ssh arch32-test ' for config_name in ${config_names}; do scp "arch32-test:$2/${config_name}" "${git_repo_path}/$1/$2/" done +ssh arch32-test ' + rm -rf --one-file-system "'"$2"'" +' sed -i "$( for config_name in ${config_names}; do printf 's/' |