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
/
lib
Age
Commit message (
Collapse
)
Author
2018-03-23
lib/common-functions: find_git_repository_to_package_repository read info ↵
Erich Eckner
from database instead of git
2018-03-22
decommission package-states directory - we rely on the database now
Erich Eckner
2018-03-22
lib/common-functions: remove generate_package_metadata, delete_old_metadata ↵
Erich Eckner
- this information is now in the database
2018-03-22
lib/common-functions: silence shellcheck
Erich Eckner
2018-03-20
lib/common-functions: decomission even more unused functions
Erich Eckner
2018-03-20
lib/common-functions: remove unused functions
Erich Eckner
2018-03-20
lib/common-functions: irc_say new
Erich Eckner
2018-03-19
#archlinux-ports -> #archlinux32
Erich Eckner
2018-03-18
lib/common-functions: remove done todo
Erich Eckner
2018-03-14
lib/mysql-functions mysql_generate_package_metadata: create dependency of ↵
Erich Eckner
$x-doc packages on $x-$pkgver and install_target_provider $x -> $x-$pkgver, $x-$pkgver-$pkgrel
2018-03-14
lib/mysql-functions: strip sub_pkgrel from extracted pkgrel
Erich Eckner
2018-03-14
lib/mysql-functions: i -> _
Erich Eckner
2018-03-12
lib/mysql-functions: small improvement
Erich Eckner
2018-03-12
lib/mysql-functions: remove unnecessary functions
Erich Eckner
2018-03-08
lib/mysql-functions: mysql_run_query: we save the query in a file and delete ↵
Erich Eckner
that file if the query succeeded
2018-03-08
lib/mysql-functions: add comment
Erich Eckner
2018-03-07
make -N --raw --batch the default arguments to mysql, explicitely override ↵
Erich Eckner
them if required
2018-03-05
lib/common-functions: remove pkgver() from PKGBUILD, so we do not ↵
Erich Eckner
accidentally update $pkgver
2018-03-05
lib/mysql-functions: new joins for `repository_moves`
Erich Eckner
2018-03-05
lib/common-functions: PKGBUILD is r/o, so pkgver() won't change the version :-/
Erich Eckner
2018-03-01
lib/mysql-functions: mysql_run_query: only log if sane
Erich Eckner
2018-03-01
lib/mysql-functions: mysql_run_query logs everything, now
Erich Eckner
2018-03-01
use "mysql -N" instead of cumbersome sedding
Erich Eckner
2018-03-01
switch from calling ${mysql_command} to calling the wrapper function ↵
Erich Eckner
mysql_run_query()
2018-02-26
lib/common-functions: save date to command-log; skip logging if buildmaster ↵
Erich Eckner
is insane
2018-02-26
lib/common-functions: save log of executed scripts - for debugging ↵
Erich Eckner
mysterious errors :-)
2018-02-24
bin/common-functions -> lib/common-functions, bin/mysql-functions -> ↵
Erich Eckner
lib/mysql-functions
2018-01-21
bin/opcode, bin/check-opcodes, conf/Opcode_list: fix style, so git hook does ↵
Erich Eckner
not complain