github-backup 1.20170221 → 1.20170301
raw patch · 3 files changed
+13/−4 lines, 3 files
Files
- CHANGELOG +7/−0
- README.md +3/−1
- github-backup.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,10 @@+github-backup (1.20170301) unstable; urgency=medium++ * No longer hosted on Github due to their horrible new TOS.+ New site: https://github-backup.branchable.com/++ -- Joey Hess <id@joeyh.name> Wed, 01 Mar 2017 17:28:50 -0400+ github-backup (1.20170221) unstable; urgency=medium * Updated to use github-0.15.
README.md view
@@ -10,8 +10,10 @@ sudo apt-get install haskell-stack -Then to build and install github-backup, clone it, cd inside, and run:+Then to build and install github-backup: + git clone https://git.joeyh.name/git/github-backup.git+ cd github-backup stack install There is also a Makefile, which uses cabal to build, and installs
github-backup.cabal view
@@ -1,5 +1,5 @@ Name: github-backup-Version: 1.20170221+Version: 1.20170301 Cabal-Version: >= 1.8 Maintainer: Joey Hess <id@joeyh.name> Author: Joey Hess@@ -8,7 +8,7 @@ License: GPL-3 License-File: COPYRIGHT Build-Type: Custom-Homepage: https://github.com/joeyh/github-backup+Homepage: https://github-backup.branchable.com/ Category: Utility Synopsis: backs up everything github knows about a repository, to the repository Description:@@ -128,4 +128,4 @@ source-repository head type: git- location: git://github.com/joeyh/github-backup.git+ location: git://github-backup.branchable.com/