aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/sign-check-package
Commit message (Collapse)AuthorAgeFilesLines
* reapply commit 2142, since it was not the problem in the endMichael Scherer2012-01-081-35/+0
|
* revert commit 2140 ( since this does not work as i expected after reading ↵Michael Scherer2012-01-081-0/+35
| | | | source code )
* put signbot templates file in a subdirectory ( cleaner to not haveMichael Scherer2012-01-071-35/+0
| | | | everything in one directory )
* increase number of tries to 30 as we sometime have unsigned packagesNicolas Vigier2011-08-021-1/+1
|
* add safe guard and usage when running standaloneMichael Scherer2011-07-201-0/+6
|
* Archive files when signing failsPascal Terjan2011-02-151-0/+6
|
* - Stop if signature doesn't work after 15 tryNicolas Vigier2011-02-111-0/+7
| | | | | | - remove signature before trying to add it again
* oops, use mktemp to create tmp fileNicolas Vigier2011-02-111-1/+1
|
* use cp -pfNicolas Vigier2011-02-111-2/+2
|
* add wrapper script to sign package, check signature, and sign in a loop ↵Nicolas Vigier2011-02-111-0/+16
while signature is not correct