summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-17remove unused newrelicJelle van der Waa2-233/+0
New Relic is not used in production. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-04-03Merge pull request #8 from thurstylark/masterAngel Velásquez1-1/+1
Define BOOTIF in extrabootoptions
2017-04-03Merge pull request #10 from archlinux/fix-iso-nameAngel Velásquez2-3/+3
Use x86_64 instead of dual postfix for ISO image names
2017-04-03Merge pull request #7 from grazzolini/news2emailAngel Velásquez4-0/+36
News2email
2017-04-02Use x86_64 instead of dual postfix for ISO image namesPierre Schmitz2-3/+3
Fixes FS#53524 and FS#53520
2017-03-20Define BOOTIF in extrabootoptionsDavid Thurstenson1-1/+1
Since this script sets 'ip=dhcp' by default, archiso_pxe_common will fail if more than one network interface exists, and at least one interface cannot be configured by dhcp. Setting BOOTIF will define which interface that archiso_pxe_common should configure, and will cause it to ignore the rest. Fixes https://bugs.archlinux.org/task/50448
2017-03-20news/views: Send e-mail to arch-announce on news creationGiancarlo Razzolini1-0/+12
When send_announce is True, we send an e-mail to the arch-announce mail list, containing the content of the news and the URL (slug to it).
2017-03-20templates/news: Correct the site url on the template.Giancarlo Razzolini1-1/+1
2017-03-20news: Add send_announce to the modelGiancarlo Razzolini2-0/+21
Added a new send_announce boolean that controls if an e-mail containing the announce will or not be sent.
2017-03-20templates/news: Add a email template for use in the announce.Giancarlo Razzolini1-0/+3
2017-03-07Merge pull request #6 from brain0/workingrelease_2017-03-13Angel Velásquez8-21/+18
Update netboot images and disable i686 support
2017-03-07Merge pull request #5 from syui/fontAngel Velásquez3-0/+198
Change navbar image to font
2017-03-05netboot: Do not reset mirrorurlThomas Bächler1-1/+0
This allows setting a custom default mirror with a custom ipxe script.
2017-03-05netboot: Disable i686 supportThomas Bächler2-20/+18
2017-03-05Update the ipxe binariesThomas Bächler6-0/+0
ipxe is updated to git revision 30f96c9f and the startcom root certificate is no longer trusted.
2017-03-03Add: svg image, etcsyui3-0/+198
2017-02-22Fix empty mirror list when mirror status is usedFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-02-17Remove scored based mirrorlist sortingFlorian Pritz3-5/+6
Users may use the returned mirror list as-is without sorting it themselves. This may lead to the first mirror in the list being overloaded. Prevent this by not returning a sorted list. References: https://lists.archlinux.org/pipermail/arch-dev-public/2017-January/028681.html Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-02-17Added arch security tracker to navbarLevente Polyak1-0/+1
Signed-off-by: Morten Linderud <morten@linderud.pw> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2017-01-02reporead: Check if package exists in other repo before adoptingrelease_2017-01-02Johannes Löthberg1-10/+12
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 Wenter1-2/+0
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öthberg1-6/+11
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öthberg1-4/+7
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 Velasquez6-0/+0
Update ipxe images
2016-08-10Update ipxe imagesThomas Bächler6-0/+0
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öthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31Update missing names on AUTHORSAngel Velasquez1-0/+7
2016-07-31Update AUTHORS filerelease_2016-07-31Angel Velasquez1-4/+16
2016-07-31Add missing migration from ad0bddb209dcdb3704370ce0129babbba54e41b2Angel Velasquez1-0/+20
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31Fix typo in known_bad help textJelle van der Waa1-1/+1
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öthberg1-1/+7
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 Velasquez16-19/+62
archweb netboot and sponsorship updates
2016-06-03Remove AirVM ads since AirVM has ended their sponsorshipThomas Bächler3-10/+0
2016-06-03Netboot: Disable network interface renaming by defaultThomas Bächler1-1/+1
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ächler12-8/+61
2016-05-26Add netboot ipxe environment to archwebrelease_2016-05-29Angel Velasquez3-1/+182
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 Velasquez1-1/+1
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-04-22Add link to unixstickers on the indexAngel Velasquez1-0/+2
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2015-12-31Allow linking to the PGP server over HTTPSEvangelos Foutras2-2/+5
Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
2015-12-31settings: Fix pgp.mit.edu settingJohannes Löthberg1-1/+1
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 McGee2-12/+12
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Handle Django's level 3 verbosity properlyDan McGee9-9/+9
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Catch SSL CertificateErrors and log themDan McGee1-0/+5
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Silence DNS errors we see too often in productionDan McGee1-0/+5
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-05Revert "Force minimum last modified date for package files pages in sitemap"Dan McGee1-6/+1
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 McGee3-10/+30
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 McGee2-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-15Shore up some failing testsDan McGee1-4/+4
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 McGee1-4/+7
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-13Add JSON-LD search engine configurationDan McGee2-0/+14
Implemented as documented here: http://googlewebmastercentral.blogspot.com/2014/09/improved-sitelinks-search-box.html Signed-off-by: Dan McGee <dan@archlinux.org>