Anthony Gargiulo
609c20468f
Update github-backup.py
2013-07-23 16:02:48 -04:00
Chris Lockfort
cea9fc9c4b
Merge pull request #5 from sjs7007/master
...
Fixed string parsing logic
2013-07-15 02:49:57 -07:00
S J Saravanan
e55e123f54
Fixed string parsing logic
...
Fixed this error which used to come up previously :-
Traceback (most recent call last):
File "github-backup.py", line 55, in <module>
main()
File "github-backup.py", line 22, in main
process_repo(repo, args)
File "github-backup.py", line 45, in process_repo
print("Processing repo: {}".format(repo.full_name))
ValueError: zero length field name in format
2013-07-15 15:03:46 +05:30
Chris Lockfort
b7ed3bdc2b
Update README.markdown
...
added description
2013-07-14 21:43:10 -07:00
Chris Lockfort
964c8775c1
Update README.markdown
2013-07-14 21:42:08 -07:00
Chris Lockfort
5e7eb18b08
Update README.markdown
2013-07-14 21:41:46 -07:00
Chris Lockfort
ee4b0532d8
Merge pull request #4 from gambogi/patch-1
...
Update README.markdown
2013-07-14 21:40:23 -07:00
Matt Gambogi
49ac247944
Update README.markdown
...
preparing a rewrite in haskell, noticed some small formatting/grammar errors
2013-07-14 23:33:13 -04:00
Chris Lockfort
de0753ccfa
new GitHub APIv3 version
...
Signed-off-by: Chris Lockfort <clockfort@redhat.com>
2012-06-27 13:52:49 -04:00
Anthony Gargiulo
728e81d5a2
Merge pull request #1 from ComputerScienceHouse/gh-api-v3
...
Gh api v3
2012-06-23 14:06:02 -07:00
Anthony Gargiulo
0aeee6d91b
updated the README
2012-06-23 16:58:55 -04:00
Anthony Gargiulo
03e3982ef3
the process_repo function works
2012-06-23 15:49:34 -04:00
Anthony Gargiulo
8a2c44245e
moved the setup of the parser to a function
2012-06-23 15:48:44 -04:00
Anthony Gargiulo
762aa093e0
Switching back to python 2.x for now
2012-06-23 14:59:50 -04:00
Anthony Gargiulo
0330e39d96
This file is made obsolete by github-backup.py.
2012-06-23 13:24:48 -04:00
Anthony Gargiulo
7a874e281d
moved the code into a main method because it's more sane.
2012-06-18 18:18:54 -04:00
Anthony Gargiulo
a248ae726d
Works with new repos. Still need to make it update existing repos. As of
...
right now, it will just fail because git will fail to clone into a
non-empty directory.
2012-06-18 01:15:54 -04:00
Anthony Gargiulo
8781e10f1a
Initial commit of this file. Not much done here yet though
2012-06-16 02:24:45 -04:00
Chris Lockfort
348bbc40f6
fixed a hardcoding mistake and accomodate for https
2011-10-24 16:04:33 -04:00
Chris Lockfort
d3fc2d3f23
Merge branch 'master' of github.com:clockfort/GitHub-Backup
2010-08-02 18:10:55 -04:00
Chris Lockfort
b3284f55ae
Added in-file usage information, and software license information.
2010-08-02 13:30:10 -04:00
Chris Lockfort
3e05e1680b
whoops, had an old hardcoded directory. Guess I should dogfood more often.
2010-08-01 17:09:00 -07:00
Chris Lockfort
85d276a4e5
minor changes to error handling
2010-07-13 14:33:45 -04:00
Chris Lockfort
79102ef5d2
More informative readme.
2010-07-13 14:29:27 -04:00
Chris Lockfort
0088737687
markdown being finnicky
2010-07-13 14:26:01 -04:00
Chris Lockfort
9fa7a0cade
Added a readme.
2010-07-13 14:20:48 -04:00
Chris Lockfort
0ec4945740
Little rough around the edges, but it works.
2010-07-13 14:04:24 -04:00