summaryrefslogtreecommitdiff
path: root/scripts/builder/repository.py
AgeCommit message (Collapse)AuthorFilesLines
2013-04-17Updated build script to handle 'checksum' targetGiulio Cesare Solaroli1-0/+0
The build script can now be invoked, for example, with the following options: > ./scripts/build checksum --frontend beta gamma
2013-02-21add friendly error message when the git python module can't be foundJosh1-1/+2
also hides the exception
2013-01-09Merge latest changes with public repositoryClipperz1-1/+3
2012-06-19Add a fall-back repository class for SNAPSHOTSJosh1-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-19add code to handle older version of GitPythonJosh1-2/+9
2012-03-17Improved build scriptsGiulio Cesare Solaroli1-7/+11
Improved the detection of the correct repository class to use. Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-03-17Merge branch 'buildScript' of https://github.com/jokajak/password-managerGiulio Cesare Solaroli1-4/+6
Conflicts: scripts/builder/repository.py Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-03-17Some fixes to build scripts getting ready to handle the mobile versionGiulio Cesare Solaroli1-2/+2
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-03-07switch from dulwich to git-pythonJosh1-4/+4
this fixes the areTherePendingChanges check
2012-03-06fix GitRepository revision functionJosh1-2/+2
2012-03-06Check to make sure dulwich is available and print errorJosh1-0/+2
2012-02-11Improved build scriptsGiulio Cesare Solaroli1-0/+75
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>