Tim Byrne
5afb334767
Add yadm.git-program information to man page ( #30 )
7 years ago
Tim Byrne
006fc41001
Update spec for Fedora standards
7 years ago
Tim Byrne
db6657016d
Merge pull request #41 from sinisterstuf/typo-os
7 years ago
Siôn Le Roux
7bf1e63eca
Fix OS typo in docs
...
Replace *operation* system with *operating* system in man page.
7 years ago
Tim Byrne
bd2a763624
Force `eol=lf`
7 years ago
Tim Byrne
fe0ddd4c1a
Merge pull request #26 from cnaj/master
7 years ago
Tim Byrne
eba6557ae8
Ignore empty lines/whitespace lines in .yadm/encrypt ( #40 )
7 years ago
Tim Byrne
ef796bc2c1
Add acceptance test for space-lines/empty-lines in .yadm/encrypt ( #40 )
7 years ago
Tim Byrne
2a956d15ad
Allow Git program to be configured via yadm.git-program ( #30 )
7 years ago
Tim Byrne
25d3123988
Unit tests for alternate Git program ( #30 )
7 years ago
Tim Byrne
0fd3e1559d
Rename unit tests for `ls` program
7 years ago
Tim Byrne
044c6e4d62
Support alt-links for encrypted files ( #34 )
7 years ago
Tim Byrne
12a5179e8a
Add acceptance tests for alt-linking encrypted files ( #34 )
7 years ago
Tim Byrne
635468b707
Check exit code directly (SC2181)
7 years ago
Tim Byrne
2033e5673e
Merge pull request #35 from shkitch/master
7 years ago
Tim Byrne
067a359e42
Add acceptance tests for improved exit values ( #35 )
7 years ago
Tim Byrne
39e5548347
Merge pull request #36 from roothybrid7/feature/alt-with-spaces
7 years ago
Tim Byrne
5107198422
Add acceptance tests for white space alt paths ( #36 )
7 years ago
Tim Byrne
fd77d024dd
Improve portability of `hostname` ( #23 )
7 years ago
Tim Byrne
0a5741df8f
Run Travis CI tests within docker container
7 years ago
Tim Byrne
06757b3544
Write .bash version of .bats to /tmp
7 years ago
Tim Byrne
c4f2141e35
Add Dockerfile for testbed
...
To unify the testing platform, a docker image will be used. This image
will contain all of the test system prerequisites. This should make it
easier to run tests uniformly across developer machines and Travis CI.
This image will be published at https://hub.docker.com/r/yadm/testbed/
7 years ago
Satoshi Ohki
2140970157
Fixed yadm-alt to work even if whitespaces exist in filepath
7 years ago
Uroš Golja
763146043e
Make yadm exit with the return value of git.
7 years ago
Tomas Cernaj
35da3eeb6e
Make yadm work with Git for Windows under Cygwin
...
When using Git for Windows (a.k.a. msysGit) from Cygwin, git stumbles
over paths in Unix notation. Git for Windows only accepts Windows
paths (mixed notation is OK, for example `C:/GITREPO/`). This patch
converts paths passed to and from git to the appropriate notation using
cygpath if yadm is run under Cygwin and Git for Windows is detected.
7 years ago
Tim Byrne
05ed83ea34
Release 1.05
...
Update version number and update documentation
* Improve portability of shebang line (#14 )
* Support for symlinked directories (#17 )
* Improve portability of tar parameters (#18 )
* Support alternate gpg program (#19 )
* Fallback to using `ls` if `/bin/ls` does not exist (#22 )
7 years ago
Tim Byrne
e40c054805
Use gpg1 (if available) for automated tests
...
gnupg2 does not support agent-less password input (breaking the
expect-driven tests).
7 years ago
Tim Byrne
13a1395e45
Ignore jekyll-created content
7 years ago
Tim Byrne
60eb4c415f
Fallback to using `ls` if `/bin/ls` does not exist ( #22 )
7 years ago
Tim Byrne
ce0acf1505
Support alternate gpg program ( #19 )
7 years ago
Tim Byrne
e4d1b3a165
Unit tests for alternate gpg program ( #19 )
7 years ago
Tim Byrne
d500ccfbd9
Use `-f -` with tar `-x`, `-c`, and `-t` operations ( #18 )
7 years ago
Tim Byrne
fa286f0c9d
Support for symlinked directories ( #17 )
7 years ago
Tim Byrne
85abcf981c
Acceptance tests for symlinked directories ( #17 )
7 years ago
Tim Byrne
fea665eb34
Use `#!/bin/sh` for portability ( #14 )
7 years ago
Tim Byrne
bd3ed72ee8
Unset GPG_AGENT_INFO while tests are running
7 years ago
Tim Byrne
d55725eafa
Improve portability of shebang line ( #14 )
7 years ago
Tim Byrne
86bb3be0cb
Merge pull request #13 from esphen/master
7 years ago
Espen Henriksen
2884e41151
Remove gentoo ebuild and update README gentoo instructions
7 years ago
Espen Henriksen
14690cf706
Implement Gentoo bugzilla review feedback
7 years ago
Tim Byrne
3677b3b740
A yadm formula is now part of homebrew-core
8 years ago
Tim Byrne
117691c261
Update SPEC to reference the correct source file
8 years ago
Tim Byrne
7cc4f0afc5
Switch yum repos to Copr (instead of Bintray)
8 years ago
Tim Byrne
75a8b60d89
Update SPEC to comply with Fedora packaging guidelines
8 years ago
Tim Byrne
84f7c8cb88
Merge pull request #10 from esphen/master
8 years ago
Espen Henriksen
18ce904b9e
Use curl for Gentoo install
8 years ago
Espen Henriksen
39d6d16eae
#9 Add gentoo ebuild
8 years ago
Tim Byrne
f0a0015209
Release 1.04
...
Update version number and update documentation
* Support alternate paths for yadm data (#4 , #5 )
* Support asymmetric encryption (#7 , #8 )
* Prevent the mixing of output and gpg prompts
8 years ago
Tim Byrne
aeb2e5d6c7
Prevent the mixing of output and gpg prompts
8 years ago
Tim Byrne
8bede1cb84
Test for correct error message when public key is missing
8 years ago