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
/
show-dependencies
Age
Commit message (
Collapse
)
Author
2018-03-07
make -N --raw --batch the default arguments to mysql, explicitely override ↵
Erich Eckner
them if required
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
bin/show-dependencies: output to real file
Erich Eckner
2018-02-26
bin/show-dependencies: read information from database
Erich Eckner
2018-02-26
bin/show-dependencies: _really_ plot ALL-graph
Erich Eckner
2018-02-26
bin/show-dependencies: forgot "ALL"
Erich Eckner
2018-02-26
bin/show-dependencies: use show_broken_packages_and_dependencies
Erich Eckner
2018-02-16
bin/mysql-functions: mysql_join_*_* new
Erich Eckner
2018-02-06
bin/show-dependencies: build-list packages should have higher priority than ↵
Erich Eckner
staging packages
2018-02-06
bin/show-dependencies: ORDER BY does not sort like "sort" :-/
Erich Eckner
2018-02-06
bin/show-dependencies: read some information from db
Erich Eckner
2018-02-01
add many mysql-TODOs
Erich Eckner
2018-01-18
put name of creating script into name of temporary directories
Erich Eckner
2017-12-18
bin/*: satisfy shellcheck
Erich Eckner
2017-11-16
bin/show-dependencies: different color for blocked packages
Erich Eckner
2017-11-13
bin/show-dependencies: fix some regexes
Erich Eckner
2017-11-11
bin/show-dependencies: show dependencies from staging to staging
Erich Eckner
2017-11-09
bin/show-dependencies: style
Erich Eckner
2017-11-08
bin/show-dependencies: include staging information in ALL.png
Erich Eckner
2017-11-08
bin/show-dependencies: also collapse knots in ALL-build-list.png
Erich Eckner
2017-11-08
bin/show-dependencies: cleanup/rename
Erich Eckner
2017-11-01
() -> {}
Erich Eckner
2017-11-01
remove residues of break_loop concerning
Erich Eckner
2017-10-27
add shared lock for sanity-check
Erich Eckner
2017-09-29
bin/show-dependencies: bugfixes in case of loops
Erich Eckner
2017-09-15
bin/show-dependencies: add all build list packages to ALL.png
Erich Eckner
2017-09-15
bin/show-dependencies: ps aux | grep -> pgrep
Erich Eckner
2017-09-13
clean up meta-data naming mess: {needs; depends} -> {run-depends, ↵
Erich Eckner
build-depends} (content differs, too)
2017-08-23
silence all other shellcheck warnings
Erich Eckner
2017-08-23
silence a lot shellcheck warnings
Erich Eckner
2017-08-12
bin/show-dependencies: combine similar knots
Erich Eckner
2017-08-11
bin/show-dependencies: also print graph of all build-list items
Erich Eckner
2017-08-07
bin/show-dependencies: also generate dependency graphs for all dependencies ↵
Erich Eckner
of broken packages on the build list
2017-08-07
bin/show-dependencies: keep all graphs of packages still on the build-list
Erich Eckner
2017-08-02
remove unnecessary and confusing quotes
Erich Eckner
2017-08-02
bin/show-dependencies: generate build-list.sorted-by-package on demand
Erich Eckner
2017-08-02
new config variable "webserver_directory" replaces "graphs_directory"
Erich Eckner
2017-08-02
bin/show-dependencies: reduce large graphs by ignoring base and base-devel
Erich Eckner
2017-08-02
bin/show-dependencies: recognize packages on the deletion-list
Erich Eckner
2017-08-02
bin/show-dependencies: bugfixes
Erich Eckner
2017-08-02
bin/show-dependencies: delete spurious pngs
Erich Eckner
2017-08-02
bin/show-dependencies: move output directory variable to conf/default.conf
Erich Eckner
2017-07-28
files in package-infos contain the repository now, too
Erich Eckner
2017-07-19
bin/show-dependencies: add lock
Erich Eckner
2017-07-19
bin/show-dependencies: rely on metadata instead of calling "git archive"
Erich Eckner
2017-07-19
bin/show-dependencies new
Erich Eckner