Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2013-01-09 | Merge latest changes with public repository | Clipperz | 1 | -1/+3 |
2012-06-19 | Add a fall-back repository class for SNAPSHOTS | Josh | 1 | -1/+10 |
Create a new SnapshotRepository class that returns SNAPSHOT as the version Should let you build if there are any problems with your git repo | ||||
2012-03-19 | add code to handle older version of GitPython | Josh | 1 | -2/+9 |
2012-03-17 | Improved build scripts | Giulio Cesare Solaroli | 1 | -7/+11 |
Improved the detection of the correct repository class to use. Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | ||||
2012-03-17 | Merge branch 'buildScript' of https://github.com/jokajak/password-manager | Giulio Cesare Solaroli | 1 | -4/+6 |
Conflicts: scripts/builder/repository.py Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | ||||
2012-03-17 | Some fixes to build scripts getting ready to handle the mobile version | Giulio Cesare Solaroli | 1 | -2/+2 |
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | ||||
2012-03-07 | switch from dulwich to git-python | Josh | 1 | -4/+4 |
this fixes the areTherePendingChanges check | ||||
2012-03-06 | fix GitRepository revision function | Josh | 1 | -2/+2 |
2012-03-06 | Check to make sure dulwich is available and print error | Josh | 1 | -0/+2 |
2012-02-11 | Improved build scripts | Giulio Cesare Solaroli | 1 | -0/+75 |
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com> |