At sftp://[email protected]/srv/bzr/administration/
------------------------------------------------------------ revno: 239 revision-id: [email protected] parent: [email protected] committer: root <[email protected]> branch nick: infra timestamp: Sat 2010-07-31 18:57:25 -0400 message: Fail less easy when removing git subrepos modified: maintenance/delete_project.sh x_root_<[email protected]>_Wed_Jul_19_18:40:50_2006_24286.1 === modified file 'maintenance/delete_project.sh' --- a/maintenance/delete_project.sh 2010-01-31 10:51:49 +0000 +++ b/maintenance/delete_project.sh 2010-07-31 22:57:25 +0000 @@ -37,7 +37,7 @@ rsync -aHS [email protected]:/srv/git/$group.git/ $backup_dir/$group.git/ ssh [email protected] rm -rf /srv/git/$group.git/ -ssh [email protected] chattr -i /srv/git/$group/*/hooks +ssh [email protected] chattr -f -i /srv/git/$group/*/hooks rsync -aHS [email protected]:/srv/git/$group/ $backup_dir/git/ ssh [email protected] rm -rf /srv/git/$group/ _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
