Nick Craig-Wood
b553c23d5b
Automate production of zip files for Windows
2017-05-15 16:56:47 +01:00
Nick Craig-Wood
17633f5460
Require go1.6 for building rclone
...
This is required because google.golang.org/grpc needs it.
2017-05-11 17:07:49 +01:00
Nick Craig-Wood
98c2d2c41b
Switch to using the dep tool and update all the dependencies
2017-05-11 15:39:54 +01:00
marvwatson
4810aa65a4
Update references from HTTP to HTTPS where possible
2017-03-29 05:38:34 -07:00
Nick Craig-Wood
503cd84919
Start v1.36-DEV development
2017-03-18 11:30:59 +00:00
Nick Craig-Wood
118e26f8e2
Version v1.36
2017-03-18 11:16:43 +00:00
Nick Craig-Wood
f7252645ba
Make the Makefile build rclone with the correct version number by default
2017-02-27 11:53:03 +00:00
Nick Craig-Wood
980cd5bfd8
Put the -beta-latest files at the root of beta.rclone.org - fixes #1047
2017-02-20 18:03:02 +00:00
Nick Craig-Wood
86cc9f3dfb
Include git-log.txt into beta releases - fixes #1047
2017-02-20 17:08:07 +00:00
Nick Craig-Wood
1ae604fcf4
cross-compile: make rclone-beta-latest* for download #1047
2017-02-20 16:58:46 +00:00
Nick Craig-Wood
69a15ae173
Replace gox with a go script to do cross compiling
...
gox wasn't building the mips binaries for some reason.
2017-02-17 21:54:32 +00:00
Nick Craig-Wood
5cdfe9c7ae
Updae to go1.8
2017-02-17 09:40:14 +00:00
Nick Craig-Wood
186aedda98
Fix go vet on go 1.7
2017-02-12 12:43:13 +00:00
Nick Craig-Wood
80f53176d9
Rename log functions and factor into own file
2017-02-11 17:54:50 +00:00
Nick Craig-Wood
47ebd0789c
Make "make quicktest" ignore a config file if present for local running
...
This means "make quicktest" should give the same result as when run by
Travis.
2017-01-16 17:54:18 +00:00
Nick Craig-Wood
09897c8d0d
Save test dependencies too on make update
2016-11-19 10:22:23 +00:00
Nick Craig-Wood
8118623680
Rebuild the godeps from scratch on update and include godep as a build_dep
2016-11-19 10:05:20 +00:00
Nick Craig-Wood
687abe7803
Fix godep update
2016-11-06 14:50:52 +00:00
Nick Craig-Wood
f7af730b50
Use a vendor directory for repeatable builds - fixes #816
...
This is using godep to manage the vendor directory.
2016-11-05 18:18:08 +00:00
Nick Craig-Wood
618f2e33e8
Show the BETA_URL in make vars
2016-10-08 11:23:21 +01:00
Nick Craig-Wood
391feb698e
Automatically upload betas on pushes to master
...
* Add links to betas on the download page
* Encourage new issue submitters to use the beta
2016-10-05 12:47:57 +01:00
Nick Craig-Wood
4dae5ee264
Move build scripts to bin sub-directory
2016-10-04 11:37:31 +01:00
Nick Craig-Wood
54fdc6866e
Make version tag include branch if not master
2016-09-08 08:04:13 +01:00
Nick Craig-Wood
d7b79b4481
Mark the compiled from source version with -DEV - fixes #627
2016-08-18 21:31:10 +01:00
Nick Craig-Wood
549cac90af
Use cobra autogenerated docs
...
* put the most up to date docs into the code
* generate command docs using rclone gendocs
* put command docs into own directory
* remake them into MANUAL.md
2016-08-04 21:47:14 +01:00
Nick Craig-Wood
96e2271cce
Factor commands into Makefile
2016-07-13 12:25:19 +01:00
Nick Craig-Wood
1d6698a754
Build tweaks - fixes #484
...
* disable CGO for static builds everywhere
* override Version in release build script
* don't output symbol table in release binaries
2016-06-03 20:34:19 +01:00
Klaus Post
7f2e9d9a6b
Require go v1.5 for compilation
...
Google cloud package requires go v1.5 to compile, so we need to require the same for rclone.
Fixes #408
2016-04-04 17:34:39 +01:00
Klaus Post
40dc575aa4
Update Travis CI
...
- Only use golint if version is > Go 1.4
- Add Go 1.6 and tip as test targets.
2016-03-23 17:07:26 +00:00
Nick Craig-Wood
ea11f5ff3d
Stop make beta remaking the docs
2016-02-21 10:29:48 +00:00
Nick Craig-Wood
e62c0a58a7
Version 1.27
2016-01-31 17:50:13 +00:00
Nick Craig-Wood
1f3e48f18f
Add manuals to repository - fixes #256
2016-01-31 16:34:30 +00:00
Nick Craig-Wood
c337a367f3
Make make serve
fail if make website
would fail
2016-01-16 14:10:57 +00:00
Nick Craig-Wood
ea2ef4443b
Remove -verbose from errcheck
2016-01-08 08:20:04 +00:00
Nick Craig-Wood
c245183101
Stop errcheck running for go < 1.5
2016-01-07 16:37:51 +00:00
Nick Craig-Wood
0c81439bc3
Fix upload_github target
2016-01-02 12:18:32 +00:00
Nick Craig-Wood
ddf39f2d57
Replace test_all.sh with test_all.go which is cross platform and parallel
2015-12-30 09:26:34 +00:00
Nick Craig-Wood
2aa3c0a2af
make beta announces destination URL
2015-12-17 13:30:58 +00:00
Nick Craig-Wood
cb651b5866
Upload releases to github too - fixes #225
2015-11-23 22:18:21 +00:00
Nick Craig-Wood
46696865fd
Ignore golint errors that can't be fixed
...
Stop duplicating checkers in .travis.yml - use Makefile as definitive source
2015-11-14 10:08:52 +00:00
Nick Craig-Wood
dcd6bedc27
make beta to compile and upload a beta release
2015-11-11 17:00:08 +00:00
Nick Craig-Wood
ef54167a4a
Add goimports check to make check
2015-11-07 12:16:33 +00:00
Nick Craig-Wood
e9c915e6fe
Fix golint warnings
2015-09-22 18:47:16 +01:00
Nick Craig-Wood
a96b522958
Implement server side copies if possible - fixes #99
...
Add optional fs.Copier interface
Implemented for
* swift
* s3
* drive
* dropbox
* google cloud storage
2015-08-23 21:18:38 +01:00
Nick Craig-Wood
bf4879f57f
Expand docs and remove duplicated information
2015-06-06 14:17:14 +01:00
Nick Craig-Wood
f4eb48e531
Fix test incantation
2014-08-09 17:18:17 +01:00
Nick Craig-Wood
18439cf2d7
Move rclonetest into go tests for fs module
2014-08-03 11:18:25 +01:00
Nick Craig-Wood
457ef2c190
Automatically generate the tests files for each Fs
2014-07-29 17:18:22 +01:00
Nick Craig-Wood
9aa4b6bd9b
Version 1.02
2014-07-19 13:24:48 +01:00
Nick Craig-Wood
c1a245d1c8
Factor UserAgent to fs and move Version to fs
2014-07-13 19:19:58 +01:00