summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
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-17more config file cleanupLuke Shumaker
2016-04-17oopsLuke Shumaker
2016-04-17Clean up the config files.Luke Shumaker
2015-10-14add ARMPKGPOOLS and ARMSRCPOOLS to configAndré Fabian Silva Delgado
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-25Adding db-sync-arm untestedOmar Vega Ramos
2015-08-20add armv7h architecture on OURARCHEScoadde [Márcio Alexandre Silva Delgado]
2015-06-08config: remove mips64el from ARCHESLuke Shumaker
2015-06-05Use XBS instead of the SVN/ABS grossness.Luke Shumaker
* config: drop SVNREPO * cron-jobs/sourceballs: Replace commented out SVN code and active ABS code with XBS code. The XBS code is fairly similar to the SVN code, the difference being that it uses `xbs releasepath` instead of `svn export`. * db-functions: - Rename check_pkgsvn to check_pkgxbs - check_pkgxbs: Drop the `svn export` bit, as `xbs releasepath` assumes that a working directory already exists. Replace the paths created by the `svn export` with calls to `xbs releasepath`. - check_splitpkgs: Drop the ABS `cp` -r bit, as `xbs releasepath` assumes that a working directory already exists. Replace the paths created by the `cp -r` with calls to `xbs releasepath`. Rename the variables and temporary files s/svn/xbs/ . * db-move: - First loop: Rename the variable svnrepo_from to xbsrepo_from, and get the value from `xbs releasepath`. - Second loop: Run `xbs move` before the inner loop to get a list of architectures. Rename the variable `svnrepo_from` to `xbsrepo_to`, and get the value for it from `xbs releasepath`. Because xbs guarantees that the PKGBUILD exists for the architectures listed, replace the check for whether the PKGBUILD exists with `if true`, to keep merging easy (as opposed to removing the if, and de-indenting the whole thing). * db-remove: Get the location of the PKGBUILD from `xbs releasepath`, call `xbs unrelease`, and adjust a message to use `xbs name` and mention the appropriate repo/arch pair.
2015-05-25Clean up shebangsLuke Shumaker
2015-04-15add nonsystemd and nonsystemd-testing reposAndré Fabian Silva Delgado
2014-09-29config: set FTP_BASE=/srv/repo/main instead of /srv/http/repo/public/mainAndré Fabian Silva Delgado
2014-09-03add nonprism-testing repocoadde [Márcio Alexandre Silva Delgado]
2014-07-26config: set FTP_BASE=~repo/public/main instead of ~repo/publicLuke Shumaker
This is to do fancy union stuff to make the web server happy
2014-07-04Fix having a flexible PKGEXTLuke Shumaker
2014-06-25revert changes on configAndré Fabian Silva Delgado
* fix package extension on PKGEXT variable, because it's generating a bug (e.g. "ERROR Package... already exists in another repository") on all the packages that are being uploaded to the staging folder.
2014-06-24db-update: get the list of repos the same way as upstream ArchLuke Shumaker
The largest advantage of this is that it implicitly ignores directories we don't want to consider repos.
2014-06-16config: don't have default STAGING be publicLuke Shumaker
2014-06-16config:remove java-uglyLuke Shumaker
2014-06-15put our packages in a separate poolParabola
2014-01-29add [multilib-testing], [libre-multilib] and [libre-multilib-testing] reposAndré Fabian Silva Delgado
2014-01-08Get rid of $ARCH_BASE; these days it is the same as $FTP_BASELuke Shumaker
2014-01-08Fix quoting on arrays.Luke Shumaker
2014-01-08misc touch upLuke Shumaker
- TODO: add trailing newline - config: add text editor hint - config.orig: remove - getrepos: quote, use -- - db-functions: hardcode some paths, remove needless nullglob
2013-12-17Removes the extra new line added by nano for unknown reasons.Drtan Samos
2013-12-17Added a user repository for me in order to test packages before they come to ↵Drtan Samos
the offical repositories.
2013-11-30Drop remote (connos) repo supportLuke Shumaker
2013-11-30Change the default WEB_DIR to reflect the new serverLuke Shumaker
2013-10-14config: only set staging if it is not set from the environmentParabola
2013-08-28remove mtjm repoAndré Fabian Silva Delgado
2013-08-26remove fauno repoAndré Fabian Silva Delgado
2013-08-26remove deprecated reposAndré Fabian Silva Delgado
2013-08-22remove coherence repoAndré Fabian Silva Delgado
2013-08-20fixing PKGEXT variableMárcio Alexandre Silva Delgado
2013-08-20adding nonprism repoMárcio Alexandre Silva Delgado
2013-08-16add coherence repoAndré Fabian Silva Delgado
2012-10-31sitting on the serverParabola
2012-05-22adding pcr (Parabola Community Repo)André Fabian Silva Delgado
2012-05-21adding coadde repoMárcio Silva
2012-04-26[gis] repo for geospatial softwareNicolás Reynolds
2012-04-20adding jorginho repoAndré Fabian Silva Delgado
2012-04-18adding artistic repo to community projectAndré Fabian Silva Delgado
2012-03-22community/os/any doesn't exist anymoreNicolás Reynolds
2012-02-27[extra] doesn't have the any dir anymoreParabola
2012-02-27Added user reposParabola
2012-01-23Cross-toolchains repoNicolás Reynolds
2012-01-09Use config ARCHES and REPOS to get-reposNicolás Reynolds