summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-26fix some variablescoadde [Márcio Alexandre Silva Delgado]
2015-08-26porting db-pkg-rm (db-repo-remove) from xbs, fix comments from db-pkg-add, ↵coadde [Márcio Alexandre Silva Delgado]
db-init and fix db-pkg-add
2015-08-26rebuild db-initcoadde [Márcio Alexandre Silva Delgado]
2015-08-26rebuild db-initcoadde [Márcio Alexandre Silva Delgado]
2015-08-26rebuild db-pkg-addcoadde [Márcio Alexandre Silva Delgado]
2015-08-26fix xbs.d path and link db-repo-{add,remove} for compability reasoncoadde [Márcio Alexandre Silva Delgado]
2015-08-26fix pools, paths and variablescoadde [Márcio Alexandre Silva Delgado]
2015-08-26import db-functions, merge main.cfg with xbs.cfg and fix some variablescoadde [Márcio Alexandre Silva Delgado]
2015-08-26fix gnu+linux-arm_ddcoadde [Márcio Alexandre Silva Delgado]
2015-08-26rename dbscripts to xbs; and fix names and variablescoadde [Márcio Alexandre Silva Delgado]
2015-08-26fix db-pkg-addcoadde [Márcio Alexandre Silva Delgado]
2015-08-26rename db-repo-add -> db-pkg-add, due it confusing repo with pkg_filecoadde [Márcio Alexandre Silva Delgado]
2015-08-26port db-repo-add from xbs and fix db-initcoadde [Márcio Alexandre Silva Delgado]
2015-08-26update db-init and fix POOLS variablescoadde [Márcio Alexandre Silva Delgado]
2015-08-26fix dbscripts configurationscoadde [Márcio Alexandre Silva Delgado]
2015-08-26porting db-init from xbscoadde [Márcio Alexandre Silva Delgado]
2015-08-26remove more duplicatescoadde [Márcio Alexandre Silva Delgado]
2015-08-26rename DERIVATI{ON,VE} -> DD (Derivation Distribution)coadde [Márcio Alexandre Silva Delgado]
2015-08-26rm extra/legacy/list_nonfree_in_db.pycoadde [Márcio Alexandre Silva Delgado]
2015-08-26remove more duplicated filescoadde [Márcio Alexandre Silva Delgado]
2015-08-26remove duplicated filescoadde [Márcio Alexandre Silva Delgado]
2015-08-26move extra/lukeshu-xbs/db-check-package-libraries.py -> ↵coadde [Márcio Alexandre Silva Delgado]
src/bin/db-check-package-libraries.py
2015-08-26fix description and arrays configurationscoadde [Márcio Alexandre Silva Delgado]
2015-08-26update configurationscoadde [Márcio Alexandre Silva Delgado]
2015-08-26add copy from the lukeshu/xbs repocoadde [Márcio Alexandre Silva Delgado]
2015-08-26add copy from the master repocoadde [Márcio Alexandre Silva Delgado]
2015-08-26re-estructure dbscripscoadde [Márcio Alexandre Silva Delgado]
2015-08-26add config_abslibre_gnu+linux_legacy filecoadde [Márcio Alexandre Silva Delgado]
2015-08-26rename check-package-libraries.py -> db-check-package-libraries.pycoadde [Márcio Alexandre Silva Delgado]
2015-08-26rename abslibre -> xbslibrecoadde [Márcio Alexandre Silva Delgado]
2015-08-25fix more variables and arrayscoadde [Márcio Alexandre Silva Delgado]
2015-08-25rebuild createrepos and fix some variablescoadde [Márcio Alexandre Silva Delgado]
2015-08-25fix create-repo variablescoadde [Márcio Alexandre Silva Delgado]
2015-08-25remove DERIVATION variablecoadde [Márcio Alexandre Silva Delgado]
2015-08-25fix to support DERIVATIVE_PLATFORMS and MULTILIB_ARCHEScoadde [Márcio Alexandre Silva Delgado]
2015-08-25fix create-repo: rm [platform] casecoadde [Márcio Alexandre Silva Delgado]
2015-08-25fix create-repocoadde [Márcio Alexandre Silva Delgado]
2015-08-25rebuild create-repocoadde [Márcio Alexandre Silva Delgado]
2015-08-25rename platforms to config_platforms config filecoadde [Márcio Alexandre Silva Delgado]
2015-08-25fix platformscoadde [Márcio Alexandre Silva Delgado]
2015-08-25update any-to-ours and fixescoadde [Márcio Alexandre Silva Delgado]
2015-08-25add more configuration and update abslibre scriptcoadde [Márcio Alexandre Silva Delgado]
2015-08-22add initial configurationscoadde [Márcio Alexandre Silva Delgado]
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.
2015-06-05Remove cron-jobs/sourceballs2.Luke Shumaker
It was "simpler" than cron-jobs/sourceballs because it iterated over the files in $SVNREPO directly, rather than getting the list from $FTP_BASE, and then getting the corresponding files from $SVNREPO. This fails with XBS because there is no single `abstree` path, there is one for each architecture.