Man page - dpt-gc(1)
Packages contains this manual
- dpt-gen-itp(1)
- patchedit(1)
- dpt-cd(1)
- dpt-lp-mass-subscribe(1)
- dpt-rename-uploader(1)
- dpt-lib.sh(5)
- dpt-prepare(1)
- dpt-shell-lib(1)
- dpt-takeover(1)
- dpt-uscan(1)
- dpt-clean-mr-repos(1)
- dpt-invite-github(1)
- dpt-missing-upload(1)
- dpt-missing-pristine-tar(1)
- dpt-never-uploaded(1)
- dpt-ci-failures(1)
- dpt-push(1)
- dpt-missing-upstream(1)
- dpt-ready-for-upload(1)
- dpt-get-ubuntu-packages(1)
- dpt-gc(1)
- dpt-fixup(1)
- bts-retitle(1)
- bts-srcpkg(1)
- dpt-dch-note(1)
- dpt-new-upstream(1)
- dpt-co(1)
- dpt(1)
- dpt-salsa(1)
- dpt-import-orig(1)
- dh-make-perl-dev(1)
- dpt-packagecheck(1)
- dpt-repack.sh(1)
- dpt-debian-upstream(1)
- dpt-checkout(1)
- pristine-orig(1)
- dpt-config(5)
- dpt-upstream-repo(1)
- dpt-forward(1)
- dpt-github-oauth(1)
apt-get install pkg-perl-tools
Manual
dpt-gc
NAMESYNOPSIS
DESCRIPTION
CONFIGURATION
OPTIONS
COPYRIGHT & LICENSE
NAME
dpt-gc - swipe pkg-perl working directories
SYNOPSIS
dpt gc [ option ...]
DESCRIPTION
dpt gc runs git (1) garbage collection in cloned pkg-perlโs repositories. It is suitable to be run from cron (1), e.g. weekly.
CONFIGURATION
dpt gc uses the "DPT_PACKAGES" environment variable. If "DPT_PACKAGES" is not defined, the command fails.
See dpt-config (5) for details.
OPTIONS
|
-h |
Display usage information. |
||
|
-p |
Run in parallel, utilizing all CPUs. |
||
|
-s |
Display statistics about disk usage before and after garbage collection. |
||
|
-v |
Verbose operation. Let git-gc (1) emit progress messages. Doesnโt display per-repository stats when -p is used. |
COPYRIGHT & LICENSE
Copyright 2013, 2017 Damyan Ivanov dmn@debian.org
Copyright 2017, 2018 gregor herrmann gregoa@debian.org
This program is free software, licensed under the same terms as perl.