aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
Commit message (Collapse)AuthorAgeFilesLines
* explicitely set base_media (for newer iurt)Olivier Blin2011-03-172-0/+2
|
* Define _real_vendorPascal Terjan2011-03-161-0/+1
|
* Increase libreoffice timeoutDexter Morgan2011-03-121-1/+2
|
* add "Options Indexes" for /uploads directoryNicolas Vigier2011-03-092-0/+5
|
* - automatically refresh the buildsystem web interface from svnMichael Scherer2011-03-081-1/+6
|
* reuse standard apache vhost type ( one less specific configuration file )Michael Scherer2011-03-082-11/+3
|
* Add [RPM] in changelog ML subjectsPascal Terjan2011-03-011-0/+1
|
* Oops use the patch misc had sent to the MLPascal Terjan2011-03-011-4/+3
|
* Fix senderPascal Terjan2011-03-011-1/+1
|
* Announce uploads on mailing listPascal Terjan2011-03-011-2/+11
|
* Use ctime to detect old archived packages, we do not care of data modificationPascal Terjan2011-02-271-1/+1
|
* Keep archived rpms for 1 weekPascal Terjan2011-02-271-1/+1
|
* Clean archived rpm after 2 daysPascal Terjan2011-02-261-0/+7
|
* add directory for archived packagesNicolas Vigier2011-02-262-1/+8
|
* Enable unpacking gfxboot-theme, meta-task, images, stage2, advertising, rescuePascal Terjan2011-02-261-2/+67
|
* Oops, archive old packages on cauldron, not only on 1Pascal Terjan2011-02-261-2/+1
|
* Archive old packagesPascal Terjan2011-02-261-2/+2
|
* blacklist glibNicolas Vigier2011-02-251-0/+1
|
* Archive files when signing failsPascal Terjan2011-02-151-0/+6
|
* Enable mirror actionPascal Terjan2011-02-141-0/+5
|
* use signscript wrapper to check signature after signingNicolas Vigier2011-02-111-0/+1
|
* - 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-113-0/+25
| | | | while signature is not correct
* Enable signature again. This time it should work.Nicolas Vigier2011-02-101-2/+2
|
* Redefine %__gpg_sign_cmd in rpm config for signbot to force V3 signaturesNicolas Vigier2011-02-092-0/+11
| | | | | | | | with --force-v3-sigs. V4 signatures are causing problems with the version of rpm used on Mandriva. https://bugzilla.redhat.com/show_bug.cgi?id=436812
* disable signature, as this break upload for the momentMichael Scherer2011-02-091-2/+2
|
* enable signatureNicolas Vigier2011-02-091-2/+2
|
* fix typo (after searching for some time why it didn't run)Nicolas Vigier2011-02-091-1/+1
|
* add sign optionsNicolas Vigier2011-02-082-1/+11
|
* - change permissions on medias directories in done to 775Nicolas Vigier2011-02-082-6/+11
| | | | | | - set group
* allow use of mga-signpackage to sched_login, not build_loginNicolas Vigier2011-02-071-1/+1
|
* add sudoers config to allow schedbot to run mga-signpackage as signbotNicolas Vigier2011-02-072-0/+5
|
* create packages keyNicolas Vigier2011-02-071-6/+18
|
* also created the base directory ( found after seeing lots of error on my ↵Michael Scherer2011-02-021-0/+2
| | | | puppet vm )
* Do not blacklist Qt3, this is unfortunatly required by lsb (asked by stewb) Dexter Morgan2011-01-311-1/+0
|
* Come back to normal upload modePascal Terjan2011-01-302-7/+5
|
* Restrict submit to myselft and disable recency checkPascal Terjan2011-01-302-5/+7
|
* - rename testing to updates-testing, as per ↵Michael Scherer2011-01-301-1/+1
| | | | https://www.mageia.org/pipermail/mageia-dev/20101130/001540.html
* Rename testing to updates_testingPascal Terjan2011-01-303-20/+20
|
* specify homedir when creating ssh keyNicolas Vigier2011-01-291-2/+6
|
* change schebot home to /var/lib/schedbotNicolas Vigier2011-01-291-1/+1
|
* set homedirNicolas Vigier2011-01-291-0/+1
|
* disable the right thingNicolas Vigier2011-01-291-9/+9
|
* disable temporarly creation of uploads dirNicolas Vigier2011-01-291-3/+4
|
* - add missing directory ( produces error on submit )Michael Scherer2011-01-251-1/+1
|
* - remove verbose switch ( hide more the useful information than helping ) Michael Scherer2011-01-251-1/+1
|
* Add missing part of my commit enabled deps checkingPascal Terjan2011-01-241-0/+3
|
* - create ~schedbot/uploads hierarchy using a ruby dsl module ( seeMichael Scherer2011-01-242-0/+31
| | | | http://projects.puppetlabs.com/projects/1/wiki/Ruby_Dsl )