recyclebin: /srv/git-recyclebin -> /srv/git/_recyclebin
commit1daf3d71a7003e905ef7cef4f85c3111ef613ee3
authorKyle J. McKay <mackyle@gmail.com>
Thu, 2 Apr 2015 03:12:42 +0000 (1 20:12 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 2 Apr 2015 03:12:42 +0000 (1 20:12 -0700)
tree1dc0dad3e351839ce12c97f72ea4a38ff1e1077b
parenta81da8065cf00d4277e757d5cd44ab77b313019d
recyclebin: /srv/git-recyclebin -> /srv/git/_recyclebin

The recyclebin area is now under $Girocco::Config::reporoot instead
of being a sibling directory.  This facilitates storing all the
Git repositories on a single volume mounted at $reporoot.

To upgrade from the old layout, simply do this PRIOR to installation:

  sudo mv $cfg_reporoot-recyclebin $cfg_reporoot/_recyclebin

If the installation has already been run creating a new and distinct
$cfg_reporoot/_recyclebin, either it can be removed (if empty) and
then the old directory renamed or each subdirectory of the old
directory can be moved into the new location and then the old
directory removed.
Girocco/Config.pm
cgi/delproj.cgi
install.sh
toolbox/inactive.sh
toolbox/remove-inactive-projects.sh
toolbox/reports/project-disk-use.sh
toolbox/trash-project.pl