Browse Source

Squashed history

Squashing history from before files were annexed.
Long git history with large files makes the repository hard to work
with.

Commit message history follows (oldest to newest):
Version 0.6
Add 'latest' copies
Version 0.7
Version 0.8
Version 0.8 macOS bundle
Version subdirs
Latest in root
Version 0.7 README
Version 0.8 README
Add download links to README
Nicer formatting for download links
Version 0.9
Version 0.9
Version 0.10
Version 0.11
Version 0.10
Version 0.11
Version 0.11
Add READMEs for old versions
License update: BSD3
Version 0.12
Version 0.12
Version 0.13
Version 0.14
Version 0.15
Version 0.15: macOS host key bug fix
Version 0.16
Version 0.16
Update README
Readding macOS bundle
Version 1.0
Root dir cleanup
Version 1.1
Version 1.2
Version 1.3
README version header (fixed)
Version 1.4
Version 1.5
Version 1.6
Version 1.7
Version 1.8
Version 1.8
Added .deb file
Version 1.9
Version 1.9
Repackaged
Tidying up
Version 1.10
README: Link to both 32- and 64-bit Windows bundles
Version 1.11
Repository reorganisation
gin commit from Platinum
Converting to annex: Remove files from git
cgars 6 years ago
parent
commit
dd1bc39e7d
3 changed files with 49 additions and 9 deletions
  1. 26 8
      LICENSE
  2. 21 1
      README.md
  3. 2 0
      config.yml

+ 26 - 8
LICENSE

@@ -1,13 +1,31 @@
-Copyright (c) <year> <owner> . All rights reserved.
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+BSD 3-Clause License
 
-1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+Copyright (c) 2017, German Neuroinformatics Node (G-Node)
+                    Achilleas Koutsou (koutsou@bio.lmu.de)
+                    
+All rights reserved.
 
-2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
 
-3. All advertising materials mentioning features or use of this software must display the following acknowledgement: 
-This product includes software developed by the the organization .
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
 
-4. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
 
-THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ 21 - 1
README.md

@@ -1,3 +1,23 @@
 # gin-cli-releases
 
-This repository holds the gin client releases
+This repository holds the gin client releases.
+
+See the README in each subdirectory for specific version release notes.
+
+The *latest* versions are always available in this directory and are named appropriately.
+
+- Windows bundles for [32-bit](gin-cli-latest-windows32.zip) and [64-bit](gin-cli-latest-windows64.zip)
+    - Includes all tools required to use the gin client.
+    - Run the `gin-shell.bat` to start.
+- [macOS binary](gin-cli-latest-macos.tar.gz)
+    - gin client executable for macOS.
+    - Requires git and git-annex.
+- [macOS bundle](gin-cli-latest-macos-bundle.tar.gz)
+    - Includes all tools required to use the gin client.
+    - Run the `gin-bundle.app` to start.
+- [Linux binary](gin-cli-latest-linux.tar.gz)
+    - gin client executable for Linux x64.
+    - Requires git and git-annex.
+- [Debian bundle](gin-cli-latest.deb)
+    - Includes all tools required to use the gin client.
+    - Install the package and call `gin` command from the terminal.

+ 2 - 0
config.yml

@@ -0,0 +1,2 @@
+annex:
+  minsize: 100k