Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 1 | -2/+2 |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 1 | -2/+2 |
| | | | | Access without the @ symbol is the older method and is discouraged. | ||||
* | lint fixes for buildsystem | Thomas Backlund | 2015-10-20 | 1 | -2/+2 |
| | |||||
* | buildsystem::signbot: move files from templates to files directory | Nicolas Vigier | 2012-12-11 | 3 | -71/+0 |
| | | | | | | | | The following files have been moved from templates to files directory because they don't use any templating : - mga-signpackage - signbot-rpmmacros - sign-check-package | ||||
* | Create buildsystem::var::signbot | Nicolas Vigier | 2012-12-11 | 1 | -2/+2 |
| | | | | | All options for buildsystem::signbot are now stored in buildsystem::var::signbot. | ||||
* | create temporary directory in $TMPDIR | Nicolas Vigier | 2012-04-20 | 1 | -1/+1 |
| | |||||
* | use empty temporary directory to sign packages | Nicolas Vigier | 2012-04-19 | 1 | -1/+3 |
| | |||||
* | exit with 0 | Nicolas Vigier | 2012-03-13 | 1 | -0/+1 |
| | |||||
* | add the missing script to sign packages ( was before unversionned in /usr/bin ) | Michael Scherer | 2012-01-08 | 3 | -3/+33 |
| | |||||
* | do not prefix login with signbot_, clearer this way | Michael Scherer | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | reapply commit 2142, since it was not the problem in the end | Michael Scherer | 2012-01-08 | 3 | -0/+40 |
| | |||||
* | revert commit 2140 ( since this does not work as i expected after reading ↵ | Michael Scherer | 2012-01-08 | 3 | -40/+0 |
| | | | | source code ) | ||||
* | put signbot templates file in a subdirectory ( cleaner to not have | Michael Scherer | 2012-01-07 | 3 | -0/+40 |
everything in one directory ) |