summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-21Use archlinux.mirror.pkern.at for syncing since mirrors.kernel.org is unstableHEADmasterAndré Fabian Silva Delgado
2016-06-02get rid of stupid differences between this and lukeshu/xbsLuke Shumaker
2016-06-02db-functions: learn some new functions from Arch Linux upstreamLuke Shumaker
2016-06-02Handle 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-02testing cleanup (backported from lukeshu/xbs)Luke Shumaker
2016-06-02Add READMELuke Shumaker
2016-04-17mv cron-jobs/repo-sanity-check db-check-repo-sanityLuke Shumaker
2016-04-17Backport changes from the lukeshu/xbs branch.Luke Shumaker
Notable, remove the files.db stuff that became extraneous with pacman 5.
2016-04-17tidyLuke Shumaker
2016-04-17more config file cleanupLuke Shumaker
2016-04-17oopsLuke Shumaker
2016-04-17switch up the naming schem for the import scriptsLuke Shumaker
2016-04-17Clean up the config files.Luke Shumaker
2016-04-17Sync test/ with lukeshu/archlinux+cleanup+librelib again.Luke Shumaker
2016-04-17tidyLuke Shumaker
2016-04-17begone with create-repoLuke Shumaker
2016-04-17bring back xihh's tests into tests-xihh/Luke Shumaker
2016-04-17begone with db-libremessagesLuke Shumaker
2016-04-17Grab an updated test/ directory from lukeshu/archlinux+cleanup+librelibLuke Shumaker
It's not like we were running the tests anyway, and this makes merging easier.
2016-04-17Give things more consistent namesLuke Shumaker
2016-04-17merge README-WORKING-ON and TODO into HACKING.orgLuke Shumaker
2016-04-17remove editor backup fileLuke Shumaker
2015-11-24prevent duplicate repos from locking themselvesNicolás Reynolds
2015-10-14add ARMPKGPOOLS and ARMSRCPOOLS to configAndré Fabian Silva Delgado
2015-10-06Fixing symlinks to db-sync-armOmar Vega Ramos
2015-10-06Adding verbose mode to symlinksOmar Vega Ramos
2015-09-28Minor fix to db-sync-armOmar Vega Ramos
2015-09-28Fixing symlinks to db-sync-armOmar Vega Ramos
2015-09-28Minor fix to db-sync-armOmar Vega Ramos
2015-09-28ARCH*POOLS: change back to legacy directoriescoadde [Márcio Alexandre Silva Delgado]
2015-09-28update *POOL*, *CLEANUP_DESTDIR and WEB_DIRcoadde [Márcio Alexandre Silva Delgado]
2015-09-28Modify pool to arm packagesOmar Vega Ramos
2015-09-26Minor fix to db-sync-armOmar Vega Ramos
2015-09-26Fixing symlinks to db-sync-armOmar Vega Ramos
2015-09-26Minor fix to db-sync-armOmar Vega Ramos
2015-09-26Minor fix to db-sync-armOmar Vega Ramos
2015-09-26Fixing "any" packages to db-syn-armOmar Vega Ramos
2015-09-26Fixing symlinks to db-syn-armOmar Vega Ramos
2015-09-26add set command to db-sync-armAndré Fabian Silva Delgado
2015-09-26import changes from repoAndré Fabian Silva Delgado
2015-09-26Fix Symlink to poolOmar Vega Ramos
2015-09-25Adding sync to poolOmar Vega Ramos
2015-09-25Note to mirror.yandex.ruOmar Vega Ramos
2015-09-25Adding db-sync-arm untestedOmar Vega Ramos
2015-08-20add armv7h architecture on OURARCHEScoadde [Márcio Alexandre Silva Delgado]
2015-06-08These changes to abslibre were sitting on the serverParabola Repo
2015-06-08config: remove mips64el from ARCHESLuke Shumaker
2015-06-08db-update: get the correct directory for xbsLuke Shumaker
2015-06-08rename libremessages to db-libremessages to avoid masking libretools ↵Luke Shumaker
libremessages
2015-06-05db-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.