summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-16Makefile: Don't remove pre-minified (intermediate) fileslukeshu/to-upstream/assetsLuke Shumaker
This is particularly important for konami.js, as it is GPLv3 licensed, and we modify the source, but didn't publish the modified source. This commit includes the result of `make clean && make && git add .` to add the now-included files.
2018-01-15Add a Makefile to download 3rd-party assets, and generate derived filesLuke Shumaker
The goal is to generate the *exact* files that are already in git. This is important, because it lets us verify that minified files that are checked in truly are created from the sources that they claim to be. Reproducible builds, yo. I ran `make clean && make && git add .` before committing this. And none of the files changed! Long-term, it might be better to build this into the normal Django staticfiles pipeline. But for now, I wanted to be able to identify exactly how everything was created, as it is now.
2017-01-02reporead: Check if package exists in other repo before adoptingrelease_2017-01-02Johannes Löthberg
Auto-adoption should only happen on new packages, so rebuilds of orphaned packages pushed to staging shouldn't cause them to be adopted. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-01-01Remove link to Beginners' guiderelease_2017-01-01Alad Wenter
The Beginners' guide has been merged with the Installation guide. https://lists.archlinux.org/pipermail/arch-dev-public/2016-July/028140.html
2017-01-01reporead: Only try to add maintainer if none existsJohannes Löthberg
New split packages and packages added to testing add a new package to the db but with the same pkgbase, so the same package relations apply to both of them. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-10Fix auto-adoptionJohannes Löthberg
Look up the packager using the UserFinder class, and create a PackageRelation. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-08-09Merge pull request #4 from brain0/workingrelease_2016-08-09Angel Velasquez
Update ipxe images
2016-08-10Update ipxe imagesThomas Bächler
The images are updated according to the latest version in https://aur.archlinux.org/packages/ipxe-netboot
2016-08-01mirrors: api: Add ISOs information to JSON outputrelease_2016-08-01Johannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31Update missing names on AUTHORSAngel Velasquez
2016-07-31Update AUTHORS filerelease_2016-07-31Angel Velasquez
2016-07-31Add missing migration from ad0bddb209dcdb3704370ce0129babbba54e41b2Angel Velasquez
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31Fix typo in known_bad help textJelle van der Waa
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31reporead: Auto-adopt new packages to packagerJohannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-06-03Merge pull request #3 from brain0/workingrelease_2016-06-04Angel Velasquez
archweb netboot and sponsorship updates
2016-06-03Remove AirVM ads since AirVM has ended their sponsorshipThomas Bächler
2016-06-03Netboot: Disable network interface renaming by defaultThomas Bächler
Current ISOs fail to start dhcpcd if network interface renaming is enabled and the interface is already up. Adding net.ifnames=0 to the command line works around this problem.
2016-06-03Add information and ipxe images for the new netboot systemThomas Bächler
2016-05-26Add netboot ipxe environment to archwebrelease_2016-05-29Angel Velasquez
Signed-off-by: Angel Velasquez <angvp@archlinux.org> Signed-off-by: Thomas Bachler <thomas@archlinux.org>
2016-04-22Version bump of the Django version to 1.7.11release_2016-04-24Angel Velasquez
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-04-22Add link to unixstickers on the indexAngel Velasquez
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2015-12-31Allow linking to the PGP server over HTTPSEvangelos Foutras
Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
2015-12-31settings: Fix pgp.mit.edu settingJohannes Löthberg
Links should not use the port 11371. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
2015-06-18Bump several requirementsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Handle Django's level 3 verbosity properlyDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Catch SSL CertificateErrors and log themDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Silence DNS errors we see too often in productionDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-05Revert "Force minimum last modified date for package files pages in sitemap"Dan McGee
This reverts commit 790def2f4db2afec150bab8dc842f6068fb751db. This has been out there long enough that the fallout should be fixed. Go back to just using the default date. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-05Tweak display of todolist descriptionsDan McGee
Indent, call out, and add some borders, among other things. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-15Fix error in test where HTTP_HOST doesn't existDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-15Shore up some failing testsDan McGee
We really need to add a bunch of new ones for views that have been added and/or changed, such as all the people stuff, but fix the response code here to reflect the new and current reality. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-15Don't blow up if we can't fetch an SVN revisionDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-13Add JSON-LD search engine configurationDan McGee
Implemented as documented here: http://googlewebmastercentral.blogspot.com/2014/09/improved-sitelinks-search-box.html Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-13Use UTF-8 copyright sign; save a few bytesDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-12Force minimum last modified date for package files pages in sitemaprelease_2015-04-13Dan McGee
We fixed the embarrassing '/usr/bin/None' bug here; force Google and others to reindex these pages if possible by marking them as modified. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-12Add true parameter to Jinja2 default filterDan McGee
We need this to make it act more like the Django filter, which prints the default value not only when the variable is undefined, but also when it evaluates to being false (such as a None value). Noticed by felixonmars on packages that provided other packages; None was always showing as the comparison operator. More embarrassing is that our file lists were always showing 'None' concatenated onto all directory entries. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-07Fix URL details page when checks don't have locationsrelease_2015-04-09Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-02The usual requirements bumpingDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-02Update to latest django-countriesDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-03-20Turn off real user/JavaScript NewRelic monitoringDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-03-20Update newrelic configuration to more recent templateDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-03-15More dependency version bumpsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-03-15FS#44192 fix dead link to ftp.archlinux.orgDan McGee
Use the new sources.archlinux.org domain instead. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-03-08Django version bump to 1.7.5Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-26Fix URL precedence due to /json/ and mirror name overlapDan McGee
Move these back into one block and just use function references rather than the string-based way. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-26Include error message in JSON detail responseDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-26Break out mirror JSON API viewsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-26Break out mirrorlist viewsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-26Pylint suggested cleanupsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-26Move mirrors views into subdirectoryDan McGee
We'll start splitting these up as we did in packages/. Signed-off-by: Dan McGee <dan@archlinux.org>