Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-12 | add tty-solitaire, delete broken symlinks from pkgbuild dir | Johannes Löthberg | 2 | -0/+2 | |
2014-10-12 | split out db building | Johannes Löthberg | 2 | -7/+12 | |
2014-09-26 | woo, add ncurses-git.. | Johannes Löthberg | 1 | -0/+1 | |
jelle ows my chocolate btw. | |||||
2014-09-17 | Refactor rebuild script | Johannes Löthberg | 2 | -61/+31 | |
* Use one get_pkgver_sha() function for getting the commit SHA from the pkgver variable of a PKGBUILD * `makepkg --nobuild` updates the pkgver too, so store the old commit sha in an associative array using get_pkgver_sha before running `makepkg --nobuild`. * After updating the repos use get_pkgver_sha again to check whether the new pkgver is the same as the previous one using get_pkgver_sha() instead of the old monstreous get_new_commit() function. If it is do nothing, if not add the package to the list of packages to rebuild. * Use config.bash for configuration variables instead of keeping them inside the script. * Drop the packages associate array since makepkg is now used to refresh repositories and make it a normal array just containing the names of vcs packages instead. * Since makepkg takes care of refreshing repos we don't need to keep track of the branches ourself, so drop the branches associative array from the package list file. | |||||
2014-09-17 | Drop obsolete pull-vcs-repos script | Johannes Löthberg | 1 | -13/+0 | |
2014-09-17 | import pkgdest cleaning script | Johannes Löthberg | 1 | -2/+2 | |
It first moves old packages to a trash directory and then deletes broken symlinks from the repo directory. | |||||
2014-09-17 | Add config file. | Johannes Löthberg | 1 | -0/+9 | |
2014-08-16 | clean_built_package_dir: delete symlinks dont just print them | Johannes Löthberg | 1 | -1/+1 | |
2014-08-16 | Refactor build-updated-packages.bash | Johannes Löthberg | 1 | -47/+42 | |
2014-08-16 | Add script to clean out old packages | Johannes Löthberg | 1 | -0/+6 | |
2014-08-14 | Make README rst, include license | Johannes Löthberg | 3 | -22/+45 | |
2014-08-14 | package-list: Quote all branch-names | Johannes Löthberg | 1 | -14/+14 | |
2014-08-14 | Add README.md and LICENSE | Johannes Löthberg | 2 | -0/+25 | |
Licensed under ISC. | |||||
2014-08-13 | init commit | Johannes Löthberg | 5 | -0/+142 | |