summaryrefslogtreecommitdiff
path: root/bin/db-update
AgeCommit message (Collapse)Author
2017-09-18bin/common-functions bin/db-update: move packages only with all ↵Erich Eckner
dependencies, "find_biggest_subset_of_packages" new for that
2017-09-16bin/db-update: add todoErich Eckner
2017-09-13clean up meta-data naming mess: {needs; depends} -> {run-depends, ↵Erich Eckner
build-depends} (content differs, too)
2017-09-13bin/db-update: option -u|--unstage new to force an unstage of one packageErich Eckner
2017-09-12bin/why-dont-you bin/db-update: ignore build-time dependencies for moving ↵Erich Eckner
built packages between repos
2017-09-04bin/db-update: remove stubs of delete_pacakgesErich Eckner
2017-08-30bin/common-functions: remove_old_package_versions: split off architecture ↵Erich Eckner
from repository
2017-08-25bin/db-update: correctly handle dependenciesErich Eckner
2017-08-25bin/db-update: bugfixErich Eckner
2017-08-23silence all other shellcheck warningsErich Eckner
2017-08-23silence even more shellcheck warningsErich Eckner
2017-08-23silence a lot shellcheck warningsErich Eckner
2017-08-22bin/db-update: add todoErich Eckner
2017-08-14bin/db-update: bugfixErich Eckner
2017-08-14bin/db-update: unstage base and base-devel packages only if no base and ↵Erich Eckner
base-devel packages are on the build-list anymore
2017-08-12bin/db-update: whoops, bugfixErich Eckner
2017-08-10bin/db-update: also accept package file names instead of package state file ↵Erich Eckner
names
2017-08-08bin/db-update: unstage base and base-devel packages despite dependenciesErich Eckner
2017-08-03use sanity-flag file instead of actually checking build master sanityErich Eckner
2017-08-02remove unnecessary and confusing quotesErich Eckner
2017-07-28files in package-infos contain the repository now, tooErich Eckner
2017-07-15bin/db-update: added todoErich Eckner
2017-07-06bin/db-update: bugfixErich Eckner
2017-07-04bin/common-functions, bin/db-update, bin/return-assignment: recognize ↵Erich Eckner
build-support as untested, unstaged repository
2017-07-04bin/common-functions, bin/db-update: use tempdir outside of tmpfsErich Eckner
2017-06-30bin/db-update: switch from sshfs to sftpErich Eckner
2017-06-30master_mirror_command, master_mirror_directory -> ↵Erich Eckner
master_mirror_rsync_command, master_mirror_rsync_directory
2017-06-29bin/db-update: only umount if mountedErich Eckner
2017-06-26bin/db-update, bin/common-functions: umount -l instead of umount [-f]Erich Eckner
2017-06-22bin/db-update: bugfixErich Eckner
2017-06-22remove "grep ... part1*part2" bugErich Eckner
2017-06-22bin/db-update: increase verbosity when called with "-n"Erich Eckner
2017-06-22bin/db-update: "sudo umount" instead of "fusermount -u"Erich Eckner
2017-06-22quote path to sanity-checkErich Eckner
2017-06-22bin/db-update: option "no-action" newErich 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-22bin/db-update: clarify commentErich Eckner
2017-06-20use ramfs tmpdir again, update todoErich Eckner
2017-06-20bin/db-update: remove bashismErich Eckner
2017-06-20also update $repo.files.tar.gzErich Eckner
2017-06-20bin/db-update: use sshfs to move packages between reposErich Eckner
2017-06-20bin/db-update: use non-ramfs temp dirErich Eckner
2017-06-20bin/db-update: ignore duplicate versions if not relevantErich Eckner
2017-06-20bin/db-update: remove old state filesErich Eckner
2017-06-20bin/db-update: add todoErich Eckner
2017-06-20bin/db-update: actually untest packagesErich Eckner
2017-06-20bin/db-update: --from newErich Eckner
2017-06-20hand out broken packages multiple timesErich Eckner
2017-06-19bin/db-update: remove debug messagesErich Eckner
2017-06-19switch from sshfs to rsync - to avoid needing to remountErich Eckner