summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-25Remove pointless differences from Arch LinuxLuke Shumaker
2015-05-25Handle empty things (from Arch Linux)Luke Shumaker
2015-05-25Clean up shebangsLuke Shumaker
2015-05-25db-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-25db-remove: remove_pkgs= should have been remove_pkgs+=Luke Shumaker
Because of this mistake, it didn't properly handle specifying multiple pkgbases.
2015-05-25repo-sanity-check: expand on the comment at the top.Luke Shumaker
2015-05-25cron-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-24testing2x: 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-24abslibre: misc changes, look at the diffParabola
2015-05-24abslibre: remember these things called variables, so we don't need to chage ↵Parabola
the same thing in a dozen places?
2015-05-24abslibre: use `set -e` for cleaner error handlingParabola
2015-05-24abslibre: pass '--quiet' to rsyncParabola
2015-05-24db-sync.conf: mess with mirrorsParabola
2015-05-24db-update: Remove debugging codeParabola
2015-05-17clean up configurationLuke Shumaker
2015-05-17Merge branch 'master' into lukeshu/xbsLuke Shumaker
2015-04-15add nonsystemd and nonsystemd-testing reposAndré Fabian Silva Delgado
2014-11-01disallow packages without a valid PACKAGERDave Reisner
Shame. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2014-11-01cron-jobs: Fix issues with empty repositoriesPierre Schmitz
2014-10-26db-list-unsigned-packages.py: support listing keys that signed the packages.Michał Masłowski
2014-10-04Update lastsync after db-sync or cleanup.Michał Masłowski
2014-10-03Fixed typo in commentsJoseph Graham
2014-09-30Fix make_repo_torrents for the new server.Michał Masłowski
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-27fixed loads of mistakes I makeJoseph Graham
2014-07-27Added new fileJoseph Graham
2014-07-27Dividing 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-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-26make_repo_torrents: load the location from the common config fileLuke Shumaker
2014-07-26Merge pacman2pacman_server_sideLuke Shumaker
2014-07-04Fix having a flexible PKGEXTLuke Shumaker
2014-06-29Added an additional tracker.Joseph Graham
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-24fooLuke Shumaker
2014-06-18Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-18db-move: fix some quotingLuke Shumaker
2014-06-18Remove useless READMELuke Shumaker
2014-06-18cleanup:Luke Shumaker
- move some config into config.local.* - `mv createrepos db-init` - `mv {,db-}check-package-libraries.py` - `mv `list_nonfree_in_db.py db-list-nonfree.py` - `rm abslibre`: To be replaced by XBS+update abs tarballs script - `rm create-repo mkrepo`: Both did the same thing, just fancy `mkdir` - `rm `testing2x`: Just use db-move.
2014-06-18remove db-cleanup in favor of ftpdir-cleanupLuke Shumaker
2014-06-18clean up configLuke Shumaker
2014-06-18sourceballs: fix quoted arrayLuke Shumaker
2014-06-18rm cron-jobs/repo-sanity-checkLuke Shumaker
This was the last program using SVNREPO. Also, I want to do better than this.
2014-06-18clean up cron-jobs/sourceballs*Luke Shumaker
2014-06-18Remove db-sync and friends. Simplify the config accordinglyLuke Shumaker
2014-06-18Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-18db-move: Remove code to handle the pre-pkgpool days.Luke Shumaker
2014-06-18db-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-18sourceballs: Only show makepkg output on errors.Luke Shumaker
Also, set SRCPKGDEST.