Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-05 | db-functions: do better printing of whitespace-separated filenames | Luke Shumaker | |
2015-05-25 | Clean up shebangs | Luke Shumaker | |
2015-05-25 | db-remove: pull the path ${SVNREPO}/$repo/$pkgbase into a variable. | Luke Shumaker | |
This way, if it changes, it only needs to be changed in one place. | |||
2015-05-25 | db-remove: remove_pkgs= should have been remove_pkgs+= | Luke Shumaker | |
Because of this mistake, it didn't properly handle specifying multiple pkgbases. | |||
2015-05-25 | repo-sanity-check: expand on the comment at the top. | Luke Shumaker | |
2015-05-25 | cron-jobs/update-abs-tarballs: Remove; everything is on the same server now. | Luke Shumaker | |
It just ran `rsync` to sync things between servers. | |||
2015-05-24 | testing2x: Remove; it has no place in Parabola. | Luke Shumaker | |
It was for moving packages from testing to [core] or [extra] (automatically picking the right one). We, of course, don't do that. | |||
2015-05-24 | abslibre: misc changes, look at the diff | Parabola | |
2015-05-24 | abslibre: remember these things called variables, so we don't need to chage ↵ | Parabola | |
the same thing in a dozen places? | |||
2015-05-24 | abslibre: use `set -e` for cleaner error handling | Parabola | |
2015-05-24 | abslibre: pass '--quiet' to rsync | Parabola | |
2015-05-24 | db-sync.conf: mess with mirrors | Parabola | |
2015-05-24 | db-update: Remove debugging code | Parabola | |
2015-04-15 | add nonsystemd and nonsystemd-testing repos | André Fabian Silva Delgado | |
2014-10-26 | db-list-unsigned-packages.py: support listing keys that signed the packages. | Michał Masłowski | |
2014-10-04 | Update lastsync after db-sync or cleanup. | Michał Masłowski | |
2014-10-03 | Fixed typo in comments | Joseph Graham | |
2014-09-30 | Fix make_repo_torrents for the new server. | Michał Masłowski | |
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-27 | fixed loads of mistakes I make | Joseph Graham | |
2014-07-27 | Added new file | Joseph Graham | |
2014-07-27 | Dividing make_repo_torrents into two scripts, one to make the actual torrent ↵ | Joseph Graham | |
and a wrapper to find any updated packages and call the first script for each... | |||
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-26 | make_repo_torrents: load the location from the common config file | Luke Shumaker | |
2014-07-26 | Merge pacman2pacman_server_side | Luke Shumaker | |
2014-07-04 | Fix having a flexible PKGEXT | Luke Shumaker | |
2014-06-29 | Added an additional tracker. | Joseph Graham | |
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-18 | Remove useless README | Luke Shumaker | |
2014-06-18 | db-move: Remove code to handle the pre-pkgpool days. | Luke Shumaker | |
2014-06-18 | db-functions: update ${FTP_DIR}/lastupdate when we modify the repo. | Luke Shumaker | |
Of course, this only works for things that use db-functions, so db-sync won't touch it. | |||
2014-06-18 | sourceballs: Only show makepkg output on errors. | Luke Shumaker | |
Also, set SRCPKGDEST. | |||
2014-06-18 | remove extra whitespace | Luke Shumaker | |
2014-06-18 | oops | Luke Shumaker | |
2014-06-18 | db-funtions:check_splitpkgs(): use printf instead of a loop | Luke Shumaker | |
2014-06-18 | sourceballs: (from Arch): create the workdir with mode 0770 | Luke Shumaker | |
2014-06-18 | cron-jobs/repo-sanity-check: re-arrange redirectorys to be more clear | Luke Shumaker | |
2014-06-18 | db-cleanup: delete symlinks in one pass | Luke Shumaker | |
2014-06-18 | db-cleanup: clarify message | Luke Shumaker | |
2014-06-18 | db-cleanup: obey TMPDIR | Luke Shumaker | |
2014-06-18 | more quoting fixes | Luke Shumaker | |
2014-06-18 | db-functions:check_repo_permissions: ARCHES is an array | Luke Shumaker | |
2014-06-18 | oops | Luke Shumaker | |
2014-06-18 | silly whitespace and similar fidling | Luke Shumaker | |
2014-06-18 | use mv_acl | Luke Shumaker | |
2014-06-18 | create-repo: get rid of old staging logic | Luke Shumaker | |
2014-06-18 | Use printf formatters instead of string interpolation. | Luke Shumaker | |
I used this command to find them: egrep -r --exclude-dir={test,.git} '(plain|msg|msg2|warning|error|stat_busy|stat_done|abort|die)\s+"?[^"]*\$' |