Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-26 | adapting for 'Software Development Distributions' | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | fix some variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | porting 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-26 | rebuild db-init | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | rebuild db-init | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | rebuild db-pkg-add | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | fix xbs.d path and link db-repo-{add,remove} for compability reason | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | fix pools, paths and variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | import db-functions, merge main.cfg with xbs.cfg and fix some variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | fix gnu+linux-arm_dd | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | rename dbscripts to xbs; and fix names and variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | fix db-pkg-add | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | rename db-repo-add -> db-pkg-add, due it confusing repo with pkg_file | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | port db-repo-add from xbs and fix db-init | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | update db-init and fix POOLS variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | fix dbscripts configurations | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | porting db-init from xbs | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | remove more duplicates | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | rename DERIVATI{ON,VE} -> DD (Derivation Distribution) | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | rm extra/legacy/list_nonfree_in_db.py | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | remove more duplicated files | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | remove duplicated files | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | move extra/lukeshu-xbs/db-check-package-libraries.py -> ↵ | coadde [Márcio Alexandre Silva Delgado] | |
src/bin/db-check-package-libraries.py | |||
2015-08-26 | fix description and arrays configurations | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | update configurations | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | add copy from the lukeshu/xbs repo | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | add copy from the master repo | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | re-estructure dbscrips | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | add config_abslibre_gnu+linux_legacy file | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | rename check-package-libraries.py -> db-check-package-libraries.py | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-26 | rename abslibre -> xbslibre | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | fix more variables and arrays | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | rebuild createrepos and fix some variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | fix create-repo variables | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | remove DERIVATION variable | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | fix to support DERIVATIVE_PLATFORMS and MULTILIB_ARCHES | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | fix create-repo: rm [platform] case | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | fix create-repo | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | rebuild create-repo | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | rename platforms to config_platforms config file | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | fix platforms | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | update any-to-ours and fixes | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-25 | add more configuration and update abslibre script | coadde [Márcio Alexandre Silva Delgado] | |
2015-08-22 | add initial configurations | coadde [Márcio Alexandre Silva Delgado] | |
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. |