Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
builder
db-update
master
wdy-wip
Archlinux32 build system
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
db-update
Age
Commit message (
Collapse
)
Author
2023-07-16
bin/db-update: use perma_tmp_dir in all intentions, tmp_dir is gone, if the ↵
Erich Eckner
intention needs to be re-executed
2023-07-15
bin/db-update: fix typo
Erich Eckner
2023-07-15
db-update: make deletion of obsolete pool packages in the db fail the ↵
Erich Eckner
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
2021-06-05
make shellcheck happy again
Erich Eckner
2021-04-30
bin/db-update: fix copy-paste-typo in mysql query ↵
Erich Eckner
(8537258ac44cefebfa7b5a4f945a4effccfd1cb7)
2021-04-30
bin/db-update: clean up mysql logic: don't insert more than necessary, if ↵
Erich Eckner
the filter properties are available in the isnerting query anyways
2021-04-20
bin/db-update: -s/--stuck new
Erich Eckner
2021-04-20
bin/db-update: add comment
Erich Eckner
2021-04-20
bin/db-update: -e should not need arguments - we have -o for filtering
Erich Eckner
2021-02-19
bin/db-update: -e|--everything new
Erich Eckner
2021-02-19
bin/db-update: --force needs an argument, too
Erich Eckner
2020-06-18
bin/db-update: short-circuit -p|--progressive
Erich Eckner
2020-06-18
bin/db-update: pin-point error with `db-update -p`
Erich Eckner
2020-06-18
bin/db-update: add TODO
Erich Eckner
2020-06-05
bin/db-update: add TODO
Erich Eckner
2020-05-07
bin/db-update: -p does not move split package parts separately anymore
Erich Eckner
2020-05-06
bin/db-update: add TODO
Erich Eckner
2020-04-25
make shellcheck happy
Erich Eckner
2020-04-17
bin/db-update: -f moves all parts of a split package simultanously, now
Erich Eckner
2020-04-17
bin/db-update: add TODO
Erich Eckner
2020-03-20
bin/db-update: do not rename, rather rm and ln -s - to keep the file date ↵
Erich Eckner
up-to-date
2020-02-23
bin/db-update: rephrase help text
Erich Eckner
2020-01-31
bin/db-update: uses intentions-queue, now
Erich Eckner
2020-01-31
lib/intentions-queue: make intentions_left() work similar to flock and ↵
Erich Eckner
verbose_flock()
2020-01-30
check intentions_left() whenever we get a package_database_lock
Erich Eckner
2020-01-30
lib/common-functions: add TODO about intentions-queue
Erich Eckner
2019-10-17
lib/mysql-functions: mysql_package_name_query(): take compression suffix ↵
Erich Eckner
from database, default to "tar.xz" for now
2019-08-29
bin/db-update: -o|--only new
Erich Eckner
2019-05-24
bin/db-update: show names instead of ids for nothing-to-do ↵
Erich Eckner
repository-stability combinations
2019-05-24
bin/db-update: remove done TODO
Erich Eckner
2019-04-29
bin/db-update: operate on a per-arch and per-stability basis
Erich Eckner
2019-04-29
bin/db-update: add TODO
Erich Eckner
2019-01-19
bin/db-update: ADDDATE(x,-y) -> SUBDATE(x,y)
Erich Eckner
2019-01-17
style: WHERE,ON,FROM,SELECT,JOIN should be on beginning of source lines
Erich Eckner
2019-01-15
bin/db-update -p: consider the stability of the repos
Erich Eckner
2019-01-15
bin/db-update: name tables
Erich Eckner
2019-01-15
bin/db-update -p: care about versions, too
Erich Eckner
2019-01-15
bin/db-update: add another TODO
Erich Eckner
2019-01-15
bin/db-update: add TODO
Erich Eckner
2019-01-15
bin/db-update: add some comments
Erich Eckner
2019-01-15
bin/db-update -p: moved packages may replace packages in other repositories ↵
Erich Eckner
of same stability - check for that, too, when checking for packages that replace nothing when moved
2019-01-11
bin/db-update: some safeguard: do not "find -delete" w/o "-xdev"
Erich Eckner
2018-10-28
bin/db-update: -f|--force takes $arch/$repo/$pkgname instead of ↵
Erich Eckner
$binary_packages_in_repositories.id now
2018-10-05
bin/db-update: update TODO
Erich Eckner
2018-09-10
lib/common-functions: failsafe_rsync() new
Erich Eckner
2018-09-10
lib/common-functions: failsafe_sftp() new
Erich Eckner
2018-09-05
bin/db-update: -i|--ignore-insanity new
Erich Eckner
2018-07-26
bin/db-update: fix typo
Erich Eckner
2018-07-26
bin/db-update: only mark packages in testing as tested after ↵
Erich Eckner
${max_testing_duration}
2018-07-19
mark packages without bug reports as tested after some time (default: 2 weeks)
Erich Eckner
[next]