mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8e8841b26 | ||
|
|
8e542fd6b6 | ||
|
|
1865941b14 | ||
|
|
03c68561a5 | ||
|
|
196acd0aca | ||
|
|
679ac841f6 | ||
|
|
b864218b44 |
@@ -1,9 +1,16 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.27.0 (2020-01-21)
|
0.28.0 (2020-02-03)
|
||||||
-------------------
|
-------------------
|
||||||
------------------------
|
------------------------
|
||||||
|
- Remove deprecated (and removed) git lfs flags. [smiley]
|
||||||
|
|
||||||
|
"--tags" and "--force" were removed at some point from "git lfs fetch". This broke our backup script.
|
||||||
|
|
||||||
|
|
||||||
|
0.27.0 (2020-01-22)
|
||||||
|
-------------------
|
||||||
- Fixed script fails if not installed from pip. [Ben Baron]
|
- Fixed script fails if not installed from pip. [Ben Baron]
|
||||||
|
|
||||||
At the top of the script, the line from github_backup import __version__ gets the script's version number to use if the script is called with the -v or --version flags. The problem is that if the script hasn't been installed via pip (for example I cloned the repo directly to my backup server), the script will fail due to an import exception.
|
At the top of the script, the line from github_backup import __version__ gets the script's version number to use if the script is called with the -v or --version flags. The problem is that if the script hasn't been installed via pip (for example I cloned the repo directly to my backup server), the script will fail due to an import exception.
|
||||||
|
|||||||
1126
bin/github-backup
1126
bin/github-backup
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
__version__ = '0.27.0'
|
__version__ = '0.29.0'
|
||||||
|
|||||||
1119
github_backup/github_backup.py
Normal file
1119
github_backup/github_backup.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user