summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changelogdebian/0.002-2_bpo10+1archive/debian/0.002-2_bpo10+1Sean Whitton2020-03-02
|
* finalise changelog for 0.002-2 uploaddebian/0.002-2archive/debian/0.002-2Sean Whitton2020-02-28
|
* fix syntaxSean Whitton2020-02-28
|
* Tighten git-annex build-dep to require 7.20191009Sean Whitton2020-02-28
|
* changelogSean Whitton2020-02-26
|
* autopkgtests: add debian/tests/pkg-perl/use-namegregor herrmann2020-02-25
| | | | with the main module name to enable the use.t test.
* Switch to autopkgtest-pkg-perl.gregor herrmann2020-02-25
| | | | Remove manual debian/tests/control, and add Testsuite to debian/control.
* finalise changelog for 0.002-1 uploaddebian/0.002-1archive/debian/0.002-1Sean Whitton2020-02-24
|
* changelogSean Whitton2020-02-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Merge tag 'v0.002' into debianSean Whitton2020-02-24
|\ | | | | | | | | | | | | | | | | | | | | v0.002 # gpg: Signature made Mon 24 Feb 2020 07:35:56 AM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
| * v0.002v0.002Sean Whitton2020-02-24
| | | | | | | | | | | | | | - Fix logic in an example in Git::Annex::BatchCommand SYNOPSIS. - annex-review-unused: 'b' should go back one entry not two. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * bump versionSean Whitton2020-02-24
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * annex-review-unused: 'b' should go back one entry not twoSean Whitton2020-02-24
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * set signoff = 1 in dist.iniSean Whitton2020-02-18
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * Fix logic in an example in Git::Annex::BatchCommand SYNOPSISSean Whitton2020-02-12
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | use dh-dist-zillaSean Whitton2020-02-17
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | upload to unstable NEWdebian/0.001-1archive/debian/0.001-1Sean Whitton2020-02-12
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | fix copyright yearSean Whitton2020-02-12
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | initial DebianisationSean Whitton2020-02-12
|/ | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.001v0.001Sean Whitton2020-02-12
| | | | | | - First public release. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add blank line for $VERSIONSean Whitton2020-02-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Revert "put Git::Annex::Wrapper in its own file"Sean Whitton2020-02-11
| | | | | | | | | This reverts commit b8dbaa0149d7f300a608bb1ee92178b29589617a. No-one should be instantiating this class so it probably shouldn't have a POD. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* drop usage of Moo for nowSean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* simplify BUILDARGS slightlySean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* put Git::Annex::Wrapper in its own fileSean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* skip most tests when git-annex not availableSean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* separate importsSean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* perltidySean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* avoid describing attributes as if they were methodsSean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add 'annex' attributeSean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* comment out Git::Repository instance for nowSean Whitton2020-02-08
| | | | | | | Git::Annex::BatchCommand is doing what I thought I would use the Git::Repository instance for. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* annex-to-annex-dropunused takes no arguments, so no arrayref eitherSean Whitton2020-02-08
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* document passing an arrayref of argumentsSean Whitton2020-02-08
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* option to populate @ARGV using an anonymous arraySean Whitton2020-02-08
| | | | | | | | | | | | | | Now Perl code can call our App:: code and simulate command line arguments by passing an arrayref. Note that we can't just say local @ARGV = @_ if @_; because then we can't distinguish between the intent to simulate passing zero command line arguments and a request to look to @ARGV. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tighten perltidy exceptionSean Whitton2020-02-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* convert remaining two scripts to App:: modulesSean Whitton2020-02-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* convert annex-to-annex into an App:: moduleSean Whitton2020-02-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* convert annex-review-unused into an App:: moduleSean Whitton2020-02-07
| | | | | | | This solves the PATH problem of testing the right version of the scripts. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add TODOSean Whitton2020-02-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* improvements & tweaks to docsSean Whitton2020-02-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* no need to filter out debian/ from dist anymoreSean Whitton2020-02-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* remove Debian packaging material from this branchSean Whitton2020-02-05
| | | | | | | | | | | | I ask for Signed-off-by tags which means that if pkg-perl team members commit to debian/, I might not be able to pull that work into my master branch. Then I'd end up with an upstream master with old debian/ and salsa master with new debian/ which is undesirable. So, I'll work on debian/ on a separate branch which won't require Signed-off-by tags for every commit. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* skip some tests if we detect tmpfs device ID issuesSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add missing parensSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* test annex-to-annex-reinjectSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tests for annex-review-unusedSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* annex-review-unused missing subsSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix annex-review-unused exit logicSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix typoSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rename CONTRIBUTING.rst so it will get picked up by MetaCPANSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>