lp://staging/ubuntu/trusty-proposed/github-backup

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp://staging/ubuntu/trusty-proposed/github-backup
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

10. By Joey Hess <email address hidden>

* Now also backs up the repos a user has starred, when run with a user's
  name.
* Now finds and backs up the parent repository that a repository got forked
  from.
* Uses authentication for all API calls.
* Fairer ordering of requests when backing up many repositories at once.
* Avoid making requests for data that has already been backed up until
  after new data has been backed up. Handles API rate limiting much better.
  Closes: #723859

9. By Joey Hess <email address hidden>

* Now also backs up the repos a user is watching, when run with a user's
  name. Useful if you want to back up repositories that you have not forked;
  just watch them and run github-backup.
* Can now log in to github, to avoid increasingly small API rate limits.
  Set GITHUB_USER and GITHUB_PASSWORD environment to enable.
  Note that a few api calls don't use authentication; see
  https://github.com/fpco/github/issues/40
* Build-Depend on git. Closes: #728481
* Don't include tmp directory in files stored in the github branch.

8. By Joey Hess <email address hidden>

* Ported to Windows.
* Improve error message when it fails to query github for repositories
  belonging to a user. Closes: #705084
* Various updates to internal git and utility libraries shared with git-annex.
* Makefile now uses cabal to build.

7. By Joey Hess <email address hidden>

Add missing unix-compat build dependency. Closes: #713279

6. By Joey Hess <email address hidden>

Much better creation and committing to the github branch.

5. By Joey Hess <email address hidden>

* Build-Depend on libghc-extensible-exceptions-dev. Closes: #712549
* Various updates to internal git and utility libraries shared with
  git-annex, including some Windows portability.
* Fixed to never touch the git work tree or index file, instead using
  its own to commit to the github branch.

4. By Joey Hess <email address hidden>

Pass --ignore-removal to git-add, in preparation for a future change
to its default behavior. Requires git 1.8.3. Closes: #711287

3. By Joey Hess <email address hidden>

* Rebuilt with new haskell-github, to deal with a github API change.
  (See #706187)
* Also a minor change to build when haskell-monads-tf is installed.

2. By Joey Hess <email address hidden>

* Rebuilt with new haskell-github, that works with the new version
  of http-conduit in Debian. Closes: #678787
* Various updates to internal git and utility libraries shared with git-annex.

1. By Joey Hess <email address hidden>

First release.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/ubuntu/trusty/github-backup
This branch contains Public information 
Everyone can see this information.

Subscribers