summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17Tentative fix for issue #49Giulio Cesare Solaroli2-14/+0
2013-04-17Updated build script to handle 'checksum' targetGiulio Cesare Solaroli5-9/+58
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-18Improved the reporting of the MAC while buildingClipperz1-3/+12
2013-01-09Fixed name of the exit page for /gammaClipperz1-1/+2
2013-01-09Merge latest changes with public repositoryClipperz1-1/+3
2013-01-09Merge branch 'master' of github.com:clipperz/password-managerClipperz1-1/+10
Conflicts: frontend/beta/css/yui-extensions/basic-dialog.css
2013-01-09Fixed build scriptClipperz1-7/+7
Changed the build script in order to replace placeholders even if present multiple times
2013-01-08Updated builder scriptClipperz10-32/+293
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 Solaroli3-8/+22
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-03-03Added static resources used when exiting the applicationGiulio Cesare Solaroli1-1/+1
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-02-11Improved build scriptsGiulio Cesare Solaroli8-166/+304
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2011-10-05Fixing python path of builder scripts for environment supportAntonio Lima5-6/+6
2011-10-02First version of the newly restructured repositoryGiulio Cesare Solaroli8-0/+1155