Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-21 | Use archlinux.mirror.pkern.at for syncing since mirrors.kernel.org is unstableHEADmaster | André Fabian Silva Delgado | |
2016-06-02 | get rid of stupid differences between this and lukeshu/xbs | Luke Shumaker | |
2016-06-02 | db-functions: learn some new functions from Arch Linux upstream | Luke Shumaker | |
2016-06-02 | Handle split packages with different pkgver. | Luke Shumaker | |
makepkg 5(?) dropped support for making these, but the code is there in lukeshu/xbs, so go ahead and backport it. | |||
2016-06-02 | testing cleanup (backported from lukeshu/xbs) | Luke Shumaker | |
2016-06-02 | Add README | Luke Shumaker | |
2016-04-17 | mv cron-jobs/repo-sanity-check db-check-repo-sanity | Luke Shumaker | |
2016-04-17 | Backport changes from the lukeshu/xbs branch. | Luke Shumaker | |
Notable, remove the files.db stuff that became extraneous with pacman 5. | |||
2016-04-17 | tidy | Luke Shumaker | |
2016-04-17 | more config file cleanup | Luke Shumaker | |
2016-04-17 | oops | Luke Shumaker | |
2016-04-17 | switch up the naming schem for the import scripts | Luke Shumaker | |
2016-04-17 | Clean up the config files. | Luke Shumaker | |
2016-04-17 | Sync test/ with lukeshu/archlinux+cleanup+librelib again. | Luke Shumaker | |
2016-04-17 | tidy | Luke Shumaker | |
2016-04-17 | begone with create-repo | Luke Shumaker | |
2016-04-17 | bring back xihh's tests into tests-xihh/ | Luke Shumaker | |
2016-04-17 | begone with db-libremessages | Luke Shumaker | |
2016-04-17 | Grab an updated test/ directory from lukeshu/archlinux+cleanup+librelib | Luke Shumaker | |
It's not like we were running the tests anyway, and this makes merging easier. | |||
2016-04-17 | Give things more consistent names | Luke Shumaker | |
2016-04-17 | merge README-WORKING-ON and TODO into HACKING.org | Luke Shumaker | |
2016-04-17 | remove editor backup file | Luke Shumaker | |
2015-11-24 | prevent duplicate repos from locking themselves | Nicolás Reynolds | |
2015-10-14 | add ARMPKGPOOLS and ARMSRCPOOLS to config | André Fabian Silva Delgado | |
2015-10-06 | Fixing symlinks to db-sync-arm | Omar Vega Ramos | |
2015-10-06 | Adding verbose mode to symlinks | Omar Vega Ramos | |
2015-09-28 | Minor fix to db-sync-arm | Omar Vega Ramos | |
2015-09-28 | Fixing symlinks to db-sync-arm | Omar Vega Ramos | |
2015-09-28 | Minor fix to db-sync-arm | Omar Vega Ramos | |
2015-09-28 | ARCH*POOLS: change back to legacy directories | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-28 | update *POOL*, *CLEANUP_DESTDIR and WEB_DIR | coadde [Márcio Alexandre Silva Delgado] | |
2015-09-28 | Modify pool to arm packages | Omar Vega Ramos | |
2015-09-26 | Minor fix to db-sync-arm | Omar Vega Ramos | |
2015-09-26 | Fixing symlinks to db-sync-arm | Omar Vega Ramos | |
2015-09-26 | Minor fix to db-sync-arm | Omar Vega Ramos | |
2015-09-26 | Minor fix to db-sync-arm | Omar Vega Ramos | |
2015-09-26 | Fixing "any" packages to db-syn-arm | Omar Vega Ramos | |
2015-09-26 | Fixing symlinks to db-syn-arm | Omar Vega Ramos | |
2015-09-26 | add set command to db-sync-arm | André Fabian Silva Delgado | |
2015-09-26 | import changes from repo | André Fabian Silva Delgado | |
2015-09-26 | Fix Symlink to pool | Omar Vega Ramos | |
2015-09-25 | Adding sync to pool | Omar Vega Ramos | |
2015-09-25 | Note to mirror.yandex.ru | Omar Vega Ramos | |
2015-09-25 | Adding db-sync-arm untested | Omar Vega Ramos | |
2015-08-20 | add armv7h architecture on OURARCHES | coadde [Márcio Alexandre Silva Delgado] | |
2015-06-08 | These changes to abslibre were sitting on the server | Parabola Repo | |
2015-06-08 | config: remove mips64el from ARCHES | Luke Shumaker | |
2015-06-08 | db-update: get the correct directory for xbs | Luke Shumaker | |
2015-06-08 | rename libremessages to db-libremessages to avoid masking libretools ↵ | Luke Shumaker | |
libremessages | |||
2015-06-05 | db-update: Hook in to `xbs release-server` as it exists today. | Luke Shumaker | |
Obviously, this is an exercise in noticing a leaky abstraction. - assumes that the PKGBUILD is staged to a real directory going in - assumes where that is - assumes how to clean that up I believe the correct solution will require modifying XBS. Following is what I believe the changes should be. - change release-server to take "REPO ARCH DIR1 [DIR2...]", instead of using the CWD. - but this still assumes that the caller knows where release-client put the PKGBUILD, so change it to take "REPO ARCH PKGBASE1 [PKGBASE2...]". - this means that release-server knows to check if a PKGBUILD exists at the specified arch, and fall back to 'any' if it doesn't. - an alternative would be passing in the .pkg.tar filenames, and either parsing the filename or using db-functions to figure out the arch. - ??? how to get rid of cleaning up assumptions. |