Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-08 | config: remove mips64el from ARCHES | Luke Shumaker | |
2015-06-05 | Use 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-25 | Clean up shebangs | Luke Shumaker | |
2015-04-15 | add nonsystemd and nonsystemd-testing repos | André Fabian Silva Delgado | |
2014-09-29 | config: set FTP_BASE=/srv/repo/main instead of /srv/http/repo/public/main | André Fabian Silva Delgado | |
2014-09-03 | add nonprism-testing repo | coadde [Márcio Alexandre Silva Delgado] | |
2014-07-26 | config: set FTP_BASE=~repo/public/main instead of ~repo/public | Luke Shumaker | |
This is to do fancy union stuff to make the web server happy | |||
2014-07-04 | Fix having a flexible PKGEXT | Luke Shumaker | |
2014-06-25 | revert changes on config | André 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-24 | db-update: get the list of repos the same way as upstream Arch | Luke Shumaker | |
The largest advantage of this is that it implicitly ignores directories we don't want to consider repos. | |||
2014-06-16 | config: don't have default STAGING be public | Luke Shumaker | |
2014-06-16 | config:remove java-ugly | Luke Shumaker | |
2014-06-15 | put our packages in a separate pool | Parabola | |
2014-01-29 | add [multilib-testing], [libre-multilib] and [libre-multilib-testing] repos | André Fabian Silva Delgado | |
2014-01-08 | Get rid of $ARCH_BASE; these days it is the same as $FTP_BASE | Luke Shumaker | |
2014-01-08 | Fix quoting on arrays. | Luke Shumaker | |
2014-01-08 | misc touch up | Luke 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-17 | Removes the extra new line added by nano for unknown reasons. | Drtan Samos | |
2013-12-17 | Added a user repository for me in order to test packages before they come to ↵ | Drtan Samos | |
the offical repositories. | |||
2013-11-30 | Drop remote (connos) repo support | Luke Shumaker | |
2013-11-30 | Change the default WEB_DIR to reflect the new server | Luke Shumaker | |
2013-10-14 | config: only set staging if it is not set from the environment | Parabola | |
2013-08-28 | remove mtjm repo | André Fabian Silva Delgado | |
2013-08-26 | remove fauno repo | André Fabian Silva Delgado | |
2013-08-26 | remove deprecated repos | André Fabian Silva Delgado | |
2013-08-22 | remove coherence repo | André Fabian Silva Delgado | |
2013-08-20 | fixing PKGEXT variable | Márcio Alexandre Silva Delgado | |
2013-08-20 | adding nonprism repo | Márcio Alexandre Silva Delgado | |
2013-08-16 | add coherence repo | André Fabian Silva Delgado | |
2012-10-31 | sitting on the server | Parabola | |
2012-05-22 | adding pcr (Parabola Community Repo) | André Fabian Silva Delgado | |
2012-05-21 | adding coadde repo | Márcio Silva | |
2012-04-26 | [gis] repo for geospatial software | Nicolás Reynolds | |
2012-04-20 | adding jorginho repo | André Fabian Silva Delgado | |
2012-04-18 | adding artistic repo to community project | André Fabian Silva Delgado | |
2012-03-22 | community/os/any doesn't exist anymore | Nicolás Reynolds | |
2012-02-27 | [extra] doesn't have the any dir anymore | Parabola | |
2012-02-27 | Added user repos | Parabola | |
2012-01-23 | Cross-toolchains repo | Nicolás Reynolds | |
2012-01-09 | Use config ARCHES and REPOS to get-repos | Nicolás Reynolds | |
2012-01-08 | [gnu] repo | Parabola | |
2011-12-07 | Added [multilib] | Parabola | |
2011-11-23 | Cleanup script + New config vars | Nicolás Reynolds | |
2011-11-23 | Making it work | Parabola | |
2011-11-14 | Merge branch 'master' of https://projects.parabolagnulinux.org/dbscripts | Parabola | |
Conflicts: config | |||
2011-11-14 | Local changes | Parabola | |
2011-11-14 | Fixes while testing it | Parabola | |
2011-11-03 | Merge branch 'sync-db-first' of ↵ | Parabola | |
https://projects.parabolagnulinux.org/dbscripts into sync-db-first | |||
2011-10-30 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
2011-10-30 | Local test config | Nicolás Reynolds | |