summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update mirroring of vimbwh/google-code-migrationBen Hutchings2020-09-091-1/+6
| | | | | | | | | | vim moved from Google Code to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete. (There are still official Mercurial mirrors of its source, but those are converting from the new Git repository and e.g. the tag names have all changed. So I don't think it makes sense to try mirroring them.)
* Update mirroring of snappyBen Hutchings2020-09-091-1/+2
| | | | | snappy moved from Google Code to GitHub, and we already have a mirror of the new repository. Mark the old mirror as obsolete.
* Update mirroring of Python prettytable packageBen Hutchings2020-09-091-1/+6
| | | | | | | | PrettyTable has not been updated since 2014, and its repository on Google Code is no longer available. There is a popular fork of it called PTable. Add a mirror of that and mark the old mirror as obsolete, pointing to the mirror of PTable.
* Update mirroring of Python mox packageBen Hutchings2020-09-091-1/+2
| | | | | | | | mox has not been updated since 2012, and its repository on Google Code is no longer available. There is a mox3 package for Python 3 that we already mirror. Mark the old mirror as obsolete, pointing to the mirror of mox3.
* Update mirroring of Python fs packageBen Hutchings2020-09-091-1/+6
| | | | | | PyFilesystem moved from Google Code to GitHub. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of libproxyBen Hutchings2020-09-091-1/+6
| | | | | | libproxy moved from Google Code to GitHub. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of googlemock and googletestBen Hutchings2020-09-092-2/+8
| | | | | | | These moved from Google Code to GitHub. googlemock has since been folded into googletest, so only add the new repository for googltest. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirrors as obsolete.
* Update mirroring of distccBen Hutchings2020-09-091-1/+2
| | | | | distcc moved from Google Code to GitHub, and we already have a mirror of the new repository. Mark the old mirror as obsolete.
* Disable mirroring of bonnieBen Hutchings2020-09-091-0/+0
| | | | | bonnie has not been updated since 2012, and its repository on Google Code is no longer available.
* Mark several Python package mirrors as obsoleteBen Hutchings2020-09-092-3/+6
| | | | | | | | | | | | | | These Python packages all moved from Google Code to GitHub: * argparse: https://github.com/ThomasWaldmann/argparse.git * pythonfutures: https://github.com/agronholm/pythonfutures.git * mock: https://github.com/testing-cabal/mock.git Mirroring the GitHub repositories would require new mirror names, since they converted from Mercurial to Git. As these packages are all part of the standard library in all supported Python versions, I don't think it's worth doing that. Mark the existing mirrors as obsolete instead.
* Update mirroring of Python ipaddr packageBen Hutchings2020-09-091-1/+1
| | | | ipaddr-py moved from Google Code to GitHub.
* Update mirroring of Python bcrypt packageBen Hutchings2020-09-091-1/+6
| | | | | | py-bcrypt moved from Google Code to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
* Update mirroring of Python passlib packageBen Hutchings2020-09-091-1/+1
| | | | passlib moved from Google Code to Bitbucket, and then to Heptapod.
* Update mirroring of Python decorator packageBen Hutchings2020-09-092-1/+6
| | | | | | | | | | We previously mirrored Michele Simionato's repository of papers on Google Code, which appears to have been the canonical location for his decorator package. The decorator package now has its own repository on GitHub; mirror that instead (as well as the tarball from PyPI). Mark the old mirror as obsolete.
* Update mirroring of Python configobj packageBen Hutchings2020-09-091-1/+2
| | | | | configobj moved from Google Code to GitHub, and we already have a mirror of the new repository. Mark the old mirror as obsolete.
* Update mirroring of gperftoolsBen Hutchings2020-09-091-1/+1
| | | | gperftools moved from Google Code to GitHub.
* Update mirroring of GoBen Hutchings2020-09-091-1/+2
| | | | | Go moved from Google Code to GitHub, and we already have a mirror of the new repository. Mark the old mirror as obsolete.
* Update mirroring of asciidocBen Hutchings2020-09-091-1/+10
| | | | | | | | asciidoc moved from Google Code to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. It also has a separate Git repository for the version compatible with Python 3; add that as well.
* Add script to check all repository/file URLsbwh/check-urlsBen Hutchings2020-09-092-0/+149
| | | | | | | For each repository or file (or branch, for Bazaar), try the cheapest possible operation to verify that it is present. Related to #4.
* Update mirroring of libsigc++bwh/gnome-migrationBen Hutchings2020-09-091-1/+1
| | | | libsigc++ moved from git.gnome.org to GitHub, not gitlab.gnome.org.
* Update mirroring from git.gnome.orgBen Hutchings2020-09-0953-122/+122
| | | | | | | | | | | | GNOME migrated to GitLab (gitlab.gnome.org) recently. There is an HTTP redirection in place, but we were previously using the git native protocol which doesn't support redirection and is not supported by GitLab. Most of these are available as projects of the same name in the GNOME group; a few have been renamed and a few moved to the Archive group. Closes #14.
* Add GitLab CI configuration to run validate-lorriesbwh/validateBen Hutchings2020-09-091-0/+9
| | | | Closes #1.
* Delete disabled boost.lorry referring to stale Subversion repositoryBen Hutchings2020-09-091-7/+0
| | | | | | | | | The original boost.lorry referring to Boost's Subversion repository has been disabled since September 2013, as mirroring took too long. Boost moved to Git in December 2013 and we now mirror the Git repository with the same repository name. It's too late to fix our reuse of the name, so delete this file.
* Revert "lorry libmicrohttpd"Ben Hutchings2020-09-091-7/+0
| | | | | | | | This reverts commit 8f149ae3d1a1e8a0c414fc42a2dc7da1e547e92e. It reused the repository name "coreutils", which resulted in neither coreutils nor microhttpd being mirrored. If anyone really cared about mirroring microhttpd they would have noticed this, so revert the broken file rather than fixing it.
* Add script to validate lorry filesBen Hutchings2020-09-092-0/+192
| | | | Relates to #1.
* Update OpenStack urlsbenbrown/openstack-sedBen Brown2020-08-234-89/+89
| | | | | | | | | | | While updating the generate-openstack.lorry.py script would likely be best for ongoing mirroring of the relevant OpenStack repositories, for now simply `sed`ing is easier. Updated a few paths via checking redirection warnings from `git ls-remote`. Closes #13.
* Remove duplicate disabled openssl.lorrybenbrown/disabled-opensslBen Brown2020-08-191-7/+0
|
* Disable sysfsutilsBen Brown2020-08-191-0/+0
| | | | Closes #11.
* php: Add git lorry filerobjh/phpRob J. Heywood2020-08-181-0/+6
| | | | | This change introduces modern versions of PHP via the upstream GIT repository.
* python-packages/pyasn1: Disable CVS entry.Rob J. Heywood2020-08-182-5/+5
| | | | This change disables the pyasn1 entry in python-packages.
* python-packages/pyans1: switch to gitRob J. Heywood2020-08-181-0/+4
| | | | | This change adds an entry to python-packages to sync pyans1 using git.
* python-packages/pysnmp: Disable CVS entry.Rob J. Heywood2020-08-182-5/+7
| | | | This change disables the pysnmp entry in python-packages.
* python-packages/pysnmp: switch to gitRob J. Heywood2020-08-181-0/+4
| | | | | This change adds a new entry in python-packages to sync pysnmp using GIT.
* openssh: Disable CVS lorry fileRob J. Heywood2020-08-181-0/+0
| | | | | | | The domain which used to host openssh's CVS repository is no longer online. This change disables it's lorry file. This addresses #10
* libexpat: disable CVSRob J. Heywood2020-08-181-0/+0
| | | | | libexpat's CVS repository is no longer updated. This change disables it's lorry file.
* libexpat: Add git lorry fileRob J. Heywood2020-08-181-0/+6
| | | | | This change introduces a lorry file for the libexpat project. This addresses #9
* groff: disable CVS lorry file.Rob J. Heywood2020-08-181-0/+0
| | | | | groff's CVS repository hasnt been updated since 2013. This change disables the original CVS lorry file for groff.
* dmidecode: disable CVS lorry file.Rob J. Heywood2020-08-181-0/+0
| | | | | Dmidecode's CVS repository hasnt been updated since 2015. This change disables the original CVS lorry file for dmidecode.
* dmidecode: Add git lorry fileRob J. Heywood2020-08-181-0/+6
| | | | | This change introduces a GIT lorry file for the dmidecode project. This addresses #7
* lightdm-gtk-greeter: Disable defunct bzr repo.Rob J. Heywood2020-08-181-0/+0
| | | | | | | | | | | Lightdm-gtk-greeter is a greeter for the LightDM desktop manager that uses GTK as a backend. This change disables the bzr repository, since it seems to no longer exist. Further, bzr is broken right now and the git lorry file provides an adequate alternative. Addresses #12
* lightdm-gtk-greeter: Create a GIT Lorry file.Rob J. Heywood2020-08-181-0/+6
| | | | | | | Lightdm-gtk-greeter is a greeter for the LightDM desktop manager that uses GTK as a backend. This change adds a lorry file that will mirror the git repository
* swig-tarball: disable.Rob J. Heywood2020-08-181-0/+0
| | | | | | The mirror used by this lorry is no longer online. Since we already have a GIT mirror for it, this lorry can safely be disabled.
* libapr-tarball, libapr-util-tarball: disable.Rob J. Heywood2020-08-182-0/+0
| | | | | | The mirror used by these lorries is no longer online. Since we already have SVN mirrors for them, these lorries can safely be disabled.
* Disable all calxeda.com lorries.Rob J. Heywood2020-08-184-0/+0
| | | | | | | | Calxeda no longer exists. Therefore these URLs will no longer resolve. And any mirrors online will no longer get updated. This change disables all lorries witch refer to the calxeda.com domain.
* ncurses: Update URLRob J. Heywood2020-08-181-1/+1
| | | | | | | | | | Ncurses is a library for creating UIs in a terminal. At some point in the past, the FTP service provided by invisible-island.net was moved to a sub-domain. Further, the specific file was deleted. The URL has been changed to point at the ftp subdomain, and now points at the latest 6.2 release.
* php5: Update URL.Rob J. Heywood2020-08-181-1/+1
| | | | | | | | | | | PHP is a really REALLY annoying server side scripting language. PHP5 is incredibly old. It's download was moved into an archive. This change updates the URL to point to the location. It ought to be noted that there is a mistake in this file and Lorry reports this as PHP2. Something may depend on this behaviour and so the bug is being left as-is.
* Disable lightdm's now defunct bzr repobenbrown/update-lorriesBen Brown2019-05-101-0/+0
|
* Add lightdm's new canonical source repoBen Brown2019-05-101-0/+3
|
* Disable pyyaml's now defunct svn repoBen Brown2019-05-101-0/+0
|
* Add pyyaml's new canonical source repoBen Brown2019-05-101-0/+3
|