Commit Graph

30 Commits (68c9ec563cd43216f55ac112f9dbaee9a6b93d0e)
 

Author SHA1 Message Date
Sebastian Geisler 68c9ec563c add CI config 5 years ago
Sebastian Geisler c83b18b6f1
Merge pull request #6 from fisherdarling/update-to-2018
Updated to 2018 edition. Refactored some sections.
5 years ago
Fisher Darling 992e1fcc87 Update 2018, fixed breaking changes. 5 years ago
Fisher Darling ae0a3d8d6e Updated to 2018, changed some sections of code. 5 years ago
Sebastian Geisler 41549dcec1
bump version for publishing 6 years ago
Sebastian Geisler f28ff627d8
Merge pull request #1 from ProgVal/rsync-compress
Use compression when rsyncing target/ back to the client.
6 years ago
Valentin Lorentz 8730bd4d49 Use compression when rsyncing target/ back to the client. 6 years ago
Sebastian Geisler 2d1f21680c bump version 7 years ago
Sebastian Geisler c937f69177 search for config files at multiple places 7 years ago
Sebastian Geisler 78ea163e1a add cargo metadata 7 years ago
Sebastian Geisler 743949a55d bump cargo-metadata version 7 years ago
Sebastian Geisler ee24dfbd2f show usage of remote flags in README.md 7 years ago
Sebastian Geisler d6017f57ed require at lest one command
Clap's min_values did not work. This commit splits
the command, which is obligatory, from the remote
options, which are optional.
7 years ago
Sebastian Geisler 161dc22cfc allow to pass multiple arguments/options to remote cargo 7 years ago
Sebastian Geisler 670b578371 refactor out match since there is only one case 7 years ago
Sebastian Geisler de74ec56c4 improve error handling if rsync or ssh fail (remove .expect(&str)) 7 years ago
Sebastian Geisler 33da7a420a use standard structopt-derive again
Thanks @TeXitoi for clearing up my confusion about the
inner workings of structopt-derive in TeXitoi/structopt#43
7 years ago
Sebastian Geisler 35aa7950ab add license and repository link 7 years ago
Sebastian Geisler 6e90ed6b8e add hint to solve argument and config parsing 7 years ago
Sebastian Geisler 800467c314 improve and update README.md 7 years ago
Sebastian Geisler 7d4a9a1ca7 refactor out hack to make structopt work with cargo subcommand 7 years ago
Sebastian Geisler da0142361c add switch to not transfer hidden files 7 years ago
Sebastian Geisler 92b0629117 add manifest path option & fix bug
* add option to specify location of Cargo.toml
* fix bug that remote-builds directory isn't created on the remote host
7 years ago
Sebastian Geisler 62e0bffdc2 fix warnings 7 years ago
Sebastian Geisler 652e317aa1 change standard build path to ~/remote-builds 7 years ago
Sebastian Geisler 08f8bb7231 make copying back target optional 7 years ago
Sebastian Geisler 834cce64bc parse config file to find default remote
If no --remote is specified the .cargo-remote.toml config file will be consulted to find a remote build server. If none is found an error is thrown.
7 years ago
Sebastian Geisler b09ee0d93e fix email address 7 years ago
Sebastian Geisler ae0c8ed9bc add README.md 7 years ago
Sebastian Geisler 9575e7f44a initial commit
Build with two-way-sync works, still a bit hacky.
7 years ago