summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rebuild for athena's apt repositorydebian/0.001-1_athena1athena/unstableSean Whitton2020-02-12
|
* 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>
* fix watch fileSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fill out PODsSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add pod testsSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use PodWeaverSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add maintainance notes to CONTRIBUTING.rstSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add initial Debian packagingSean Whitton2020-02-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add annex-to-annex-reinjectSean Whitton2020-02-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add annex-to-annex{,-dropunused}Sean Whitton2020-02-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* instantiate test Git::Wrapper instances with an absolute pathSean Whitton2020-02-04
| | | | | | Prevents various possible failures. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use source2/other for abs_contentlocation testSean Whitton2020-02-04
| | | | | | baz is actually meant to be an unlocked file. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* avoid invoking the shell during constructorSean Whitton2020-02-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* shorten aliasSean Whitton2020-02-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* 'ask' aliasSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* change what Git::Annex:BatchCommand::say does in scalar contextSean Whitton2020-02-03
| | | | | | I believe this is more useful. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* drop superfluous perltidy marksSean Whitton2020-02-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>