summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
AgeCommit message (Expand)Author
2017-10-27add shared lock for sanity-checkErich Eckner
2017-10-27bin/get-package-updates: accelerate blacklistingErich Eckner
2017-10-27bin/get-package-updates: use new revision of archlinux32 to get the current b...Erich Eckner
2017-10-27bin/get-package-updates: remove extra whitelist casesErich Eckner
2017-10-12bin/get-package-updates: fix typoErich Eckner
2017-10-10bin/get-package-updates: use new revisions instead of old ones for checking i...Erich Eckner
2017-10-10bin/get-package-updates: set correct revision in case of not-deleted-but-modi...Erich Eckner
2017-10-10bin/get-package-updates: if PKGBUILD gets deleted, but is still present elsew...Erich Eckner
2017-10-10bin/get-package-updates: bugfix git-fetchErich Eckner
2017-10-10bin/get-package-updates, conf/default.conf: switch to bare repositoriesErich Eckner
2017-10-07bin/get-package-updates: fix deletion of packages if only patch xor upstream ...Erich Eckner
2017-10-07bin/get-package-updates: clean up commentErich Eckner
2017-10-06bin/get-package-updates: add todoErich Eckner
2017-10-06bin/get-package-updates, bin/seed-build-list, bin/why-dont-you: remove commen...Erich Eckner
2017-09-28bin/get-package-updates: allow blacklisting of luxblend25 - it cannot be buil...Erich Eckner
2017-09-28bin/get-package-updates: bugfix in blacklistingErich Eckner
2017-09-19clean up todosErich Eckner
2017-09-13clean up meta-data naming mess: {needs; depends} -> {run-depends, build-depen...Erich Eckner
2017-09-04bin/get-package-updates: delete first, update thenErich Eckner
2017-08-24bin/get-package-updates: remove some white list elementsErich Eckner
2017-08-23silence all other shellcheck warningsErich Eckner
2017-08-23silence a lot shellcheck warningsErich Eckner
2017-08-03use sanity-flag file instead of actually checking build master sanityErich Eckner
2017-08-02remove unnecessary and confusing quotesErich Eckner
2017-08-02bin/get-package-updates: remove bashismErich Eckner
2017-07-29bin/get-package-updates: ignore *-unstable repositories (for now)Erich Eckner
2017-07-29bin/get-package-updates: bugfixes, add hack(!)-whitelistErich Eckner
2017-07-28files in package-infos contain the repository now, tooErich Eckner
2017-07-20bin/get-package-updates: do not delete old package metadataErich Eckner
2017-07-19bin/get-package-updates: delete metadata at later timeErich Eckner
2017-07-11treat base and base-devel like dependenciesErich Eckner
2017-07-07bin/get-package-updates: use another spongeErich Eckner
2017-07-07bin/get-package-updates: use spongeErich Eckner
2017-07-05bin/get-package-updates,bin/seed-build-list: fix/clean up regex throwing out ...Erich Eckner
2017-07-04bin/get-assignment, bin/get-package-updates: adding "break_loops" order enhan...Erich Eckner
2017-07-03bin/get-package-updates: do nothing if nothing changedErich Eckner
2017-06-29bin/get-package-updates: add sanity check for "build-order"Erich Eckner
2017-06-28properly escape eval expressionsErich Eckner
2017-06-28bin/get-package-updates: bugfixesErich Eckner
2017-06-28bin/mksrcinfo, bin/get-package-updates: move "eval" to frontErich Eckner
2017-06-27bin/get-package-updates: bugfix black listingErich Eckner
2017-06-22remove "grep ... part1*part2" bugErich Eckner
2017-06-22bin/get-package-updates: bugfixErich Eckner
2017-06-22quote path to sanity-checkErich Eckner
2017-06-22bin/db-update bin/get-assignment bin/get-package-updates bin/return-assignmen...Erich Eckner
2017-06-20hand out broken packages multiple timesErich Eckner
2017-06-16mangle TODOs and commentsErich Eckner
2017-06-15removed all bashisms - should work in any POSIX shell, nowErich Eckner
2017-06-14remove bashisms - only "bash arrays" and "bash string substituions" leftErich Eckner
2017-06-14replace some regexes with string-match grepErich Eckner