Commit Graph

54 Commits (progress)
 

Author SHA1 Message Date
Sebastian Geisler aa65cb50bf os dependant rsync progress flag 5 years ago
Sebastian Geisler aeefaac97e remove leftover helper files 5 years ago
Denis S. Soldatov aka General-Beck b0668598a1
Update main.rs
error -> info Setting the remote dir name like the local.
5 years ago
Denis S. Soldatov aka General-Beck 75aa64371f
Update README.md
fix git clone url
5 years ago
Denis P cee42131b6
takes root dir name if there's no project name in the manifest 5 years ago
Denis S. Soldatov aka General-Beck b5e18db60c
Merge pull request #1 from paritytech/td-fix
Fix build.
5 years ago
Denis S. Soldatov aka General-Beck e92b5bc51f
Update main.rs
update project name
5 years ago
Tomasz Drwięga 0855793590
Fix build. 5 years ago
Tomasz Drwięga d322c48878
Merge remote-tracking branch 'gbeck/master' 5 years ago
Sebastian 707d34043c
Merge pull request #7 from tomusdrw/master
More practical workflow.
5 years ago
Denis S. Soldatov aka General-Beck 1c0cad2735 project_name = project_dir 5 years ago
Denis S. Soldatov aka General-Beck 21ac116fa5 project dir 5 years ago
Denis S. Soldatov aka General-Beck 060ebe8889 Use project dir name for remote 5 years ago
Denis_P 118c671c6f Update README.md 5 years ago
Denis_P 0b0aa76351 Update README.md 5 years ago
Tomasz Drwięga 700369a5f9
Change to error if code is not present (Unix kill-by-signal). 5 years ago
Tomasz Drwięga deaa457925
Change error code for Cargo.lock 5 years ago
Tomasz Drwięga 09db6b2aa9
Allow transferring only a subset of files. 5 years ago
Tomasz Drwięga bd053415e1
Propagate error code. 5 years ago
Tomasz Drwięga fad8aef22f
Copy back the lock file. 5 years ago
Denis S. Soldatov aka General-Beck 351ce94df3 Merge branch 'env' into 'master'
addition options

See merge request General-Beck/cargo-remote!1
5 years ago
Denis S. Soldatov aka General-Beck feb6d92f4a add rustup version
env default /etc/profile
5 years ago
Denis S. Soldatov aka General-Beck 78aabdd621 source /etc/profile 5 years ago
Denis S. Soldatov aka General-Beck 04ff506dfc update PATH to cargo 5 years ago
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