1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00
Commit Graph

27 Commits

Author SHA1 Message Date
Royce Remer
23f0a27acc we removed GOINSTALL.md some time ago, point at new minio docs withe same instructions (#1888) 2016-11-18 18:37:38 -08:00
Royce Remer
447cb7a726 fix regex comparator for GOROOT (#1887) 2016-11-18 18:37:16 -08:00
Anis Elleuch
df7acbcad4 Upgrade go version requirement to 1.7.1 (#1832) 2016-09-25 12:13:35 -07:00
Anis Elleuch
92d1e226d3 Fix checking go version under OSX (#1757) 2016-07-10 11:09:50 -07:00
Anis Elleuch
fc448e49d5 Add support of golang tip (#1756) 2016-07-09 07:36:22 -07:00
Anis Elleuch
cac451c83e Add needed changes to make mc buildable using make under FreeBSD 2016-02-24 20:54:34 +01:00
Harshavardhana
fb70ef7b1c build: Default to Golang 1.6 2016-02-18 16:08:07 -08:00
Super-User
5219fd59e8 porting: mc now properly works on solaris.
Fixes #1603
2016-02-15 15:03:40 -08:00
Harshavardhana
a769ce6439 mc: Vendorize to new API changes.
This vendorization uses the new set of API changes which
we are brought in.

With this new change Bucket regions are handled transparently
without any region lookup or local map. This makes overall code
seamless and easy to use.

Fixes - #1541 (cp corruption while uploading large files to s3)
Fixes - #1542 (cp checkCopySyntax failed)
Fixes - #1537 (regions will be handled seamelessly now for all buckets)
Fixes - #1538 (fixes access control policy for google cloud storage)
Fixes - #1547 (session resume completes without copying all the files)
Fixes - #1559 (poor network connectivity, causes timing out)
2016-01-23 23:53:27 -08:00
Anis Elleuch
664f982833 Trivial fix of cmd error message, the same for missing dependencies in checkdeps.sh 2016-01-07 22:49:47 +01:00
Harshavardhana
9ccd387bc6 Add arm support for build scripts 2015-10-20 11:48:36 -07:00
Harshavardhana
b8bd40e685 Disable JSON based testing, reduce ls tests to its context only 2015-09-19 19:42:25 -07:00
Harshavardhana
c312d1f871 bump checkdeps GO_VERSION to 1.5.1 2015-09-16 13:06:25 -07:00
Anis ELLEUCH
03bc6bd6ec Show correct needed dependencies versions in checkdeps 2015-08-23 11:42:12 +01:00
Harshavardhana
a0e66ce640 Migrate to golang1.5 with new GO15VENDOREXPERIMENT enabled 2015-08-22 19:04:17 -07:00
Harshavardhana
ebcc4bf8d3 Fix deps scripts, add a working osx support 2015-07-27 19:15:14 -07:00
Harshavardhana
6b48655fee Fixup checkdep.sh 2015-06-16 02:32:26 -07:00
Anis Elleuch
4f783ce840 Add FreeBSD support 2015-05-14 21:11:06 +00:00
Harshavardhana
9c0ff1749c More code moving from Minio-io to minio 2015-05-11 16:44:19 -07:00
Harshavardhana
744ed7dcd1 Bring old documentation back 2015-04-28 11:03:34 -07:00
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Anand Babu (AB) Periasamy
90f853a00f Modern Copy to Mini Copy 2015-04-16 20:13:52 -07:00
Harshavardhana
f6463dec1f Implement GetPartial() for fsClient, and renamed files _unix.go as we bring in windows specific support 2015-04-16 17:36:42 -07:00
Frederick F. Kautz IV
450b99f2b9 Removing unneeded deps from checkdeps 2015-04-13 11:49:59 -07:00
Harshavardhana
a47bf39849 Remove yasm dependency for mc 2015-04-11 16:08:01 -07:00
Harshavardhana
253bcab416 Remove mkdocs 2015-04-10 18:35:46 -07:00
Harshavardhana
ac8a0e109f Move checkdeps to buildscripts/, additionally add patch.sh
patch.sh patches any source codepath with the patch provided,
for now the patch file included is a way to Hide flags for
codegangsta until it is merged upstream.

Not part of the build yet.
2015-03-18 11:20:26 -07:00