Age | Commit message (Collapse) | Author |
|
|
|
It'll work this time I promise
|
|
We'll get there at some point, I'm sure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* mkdir needs -p to not complain about already-existing directory
|
|
* the sanity-check should only run, when nothing else runs
* this enables some level of clean-up: intentions, that never successfully ran, will be tried again, here
|
|
* no need to trouble the db, if we don't run, because we got no lock
|
|
intention needs to be re-executed
|
|
|
|
intention, if the db query fails
* the `sort -u` was unnecessary anyways
* the `sort -u` swallowed the exit code of mysql_run_query
* failing mysql_run_query should stop the execution flow, i.e. not remove the intention
|
|
* Do not lock build list, so builders can get jobs.
* This may lead to builders getting for jobs, that are currently overwritten or deleted. This should not be worse than if the builder got the job before running get-package-updates, though.
|
|
* use null-revisions, if this part is not needed, otherwise make_source_info et al. will fail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* the sql wild card for "like" is "%", not "%s"
|
|
* only consider packages with highest priority
* should make "forced-package-builds-*" obsolete
|
|
the packages32-diff
|
|
|
|
|
|
* adapt name to what it can do
* building completely new packages is not needed anymore
* building completely new packages was complex anyways
|
|
|
|
|
|
|
|
|
|
* prepare for overwriting location of configuration dir
|