summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
AgeCommit message (Collapse)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 ↵Erich Eckner
blacklist
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 ↵Erich Eckner
if package exists
2017-10-10bin/get-package-updates: set correct revision in case of ↵Erich Eckner
not-deleted-but-modified PKGBUILD
2017-10-10bin/get-package-updates: if PKGBUILD gets deleted, but is still present ↵Erich Eckner
elsewhere, package should be considered "changed"
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
was removed
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 ↵Erich Eckner
comments from blacklist
2017-09-28bin/get-package-updates: allow blacklisting of luxblend25 - it cannot be ↵Erich Eckner
built for (or installed on) i686
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, ↵Erich Eckner
build-depends} (content differs, too)
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
staging and testing
2017-07-04bin/get-assignment, bin/get-package-updates: adding "break_loops" order ↵Erich Eckner
enhanced and extracted to a function
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 ↵Erich Eckner
bin/return-assignment: check for sanity of build master before doing anything
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