Commit Graph

2235 Commits

Author SHA1 Message Date
Angel Velásquez
1d8dd50795 Merge pull request #15 from jelly/pylint
Fix a couple of pylint warnings
2017-05-01 18:02:57 -04:00
Angel Velásquez
ec76d3c144 Merge pull request #16 from jelly/README_SMTP_server
Describe the setup steps for a debug SMTP server
2017-05-01 18:02:24 -04:00
Jelle van der Waa
530c4ab4b5 Describe the setup steps for a debug SMTP server
An test setup SMTP server can be used to test actions which require a
mail to be sent, for example user creation.
2017-05-01 22:54:04 +02:00
Jelle van der Waa
c38db1a8ea rematch_developers: fix logging not lazy
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01 22:47:55 +02:00
Jelle van der Waa
a3e740aace devel.forms: remove unused variable val
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01 22:47:55 +02:00
Jelle van der Waa
d8c7ee4f4d pgp_import: remove unused import
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01 22:47:55 +02:00
Jelle van der Waa
a862e9fc66 devel.reports: remove unused imports
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01 22:47:51 +02:00
Jelle van der Waa
e6f3e5aa98 devel.reports: remove unused arguments
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01 22:47:45 +02:00
Angel Velásquez
e54c8d859d Merge pull request #11 from jelly/travisci
Add travisci file
2017-05-01 16:07:19 -04:00
Jelle van der Waa
320f78e637 Add travisci file
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01 21:57:43 +02:00
Jelle van der Waa
787915705e settings: pass when local_settings can't be imported
Continue when local_settings can't be imported for an easier test setup.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01 21:57:36 +02:00
Angel Velásquez
4250aefca3 Merge pull request #14 from jelly/code_tags_instead_backticks
Use code tags instead of backticks
2017-04-18 09:27:16 -04:00
Angel Velásquez
b7c718a075 Merge pull request #12 from jelly/newrelic
remove unused newrelic
2017-04-18 09:26:23 -04:00
Jelle van der Waa
656bd0413e Use code tags instead of backticks
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-04-17 22:07:38 +02:00
Jelle van der Waa
2bc7d4cd2d remove unused newrelic
New Relic is not used in production.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-04-17 21:56:52 +02:00
Angel Velásquez
5e334d78f8 Merge pull request #8 from thurstylark/master
Define BOOTIF in extrabootoptions
2017-04-03 01:07:38 -04:00
Angel Velásquez
015b2adca7 Merge pull request #10 from archlinux/fix-iso-name
Use x86_64 instead of dual postfix for ISO image names
2017-04-03 01:07:14 -04:00
Angel Velásquez
88576923cf Merge pull request #7 from grazzolini/news2email
News2email
2017-04-03 01:06:57 -04:00
Pierre Schmitz
5ceff906e0 Use x86_64 instead of dual postfix for ISO image names
Fixes FS#53524 and FS#53520
2017-04-02 08:48:47 +02:00
David Thurstenson
152c0dc794 Define BOOTIF in extrabootoptions
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-20 15:45:20 -05:00
Giancarlo Razzolini
fba04673d9
news/views: Send e-mail to arch-announce on news creation
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-20 17:11:02 -03:00
Giancarlo Razzolini
c68ae29cc4
templates/news: Correct the site url on the template. 2017-03-20 17:01:17 -03:00
Giancarlo Razzolini
198f35c3b9
news: Add send_announce to the model
Added a new send_announce boolean that controls if an e-mail containing
the announce will or not be sent.
2017-03-20 16:40:00 -03:00
Giancarlo Razzolini
e81d36ab05
templates/news: Add a email template for use in the announce. 2017-03-20 16:38:04 -03:00
Angel Velásquez
0e093e5c2b Merge pull request #6 from brain0/working
Update netboot images and disable i686 support
2017-03-07 01:03:25 -05:00
Angel Velásquez
4500bd8db6 Merge pull request #5 from syui/font
Change navbar image to font
2017-03-07 01:02:56 -05:00
Thomas Bächler
27c1c18a85 netboot: Do not reset mirrorurl
This allows setting a custom default mirror with a custom ipxe script.
2017-03-05 00:43:18 +01:00
Thomas Bächler
6ec7daa181 netboot: Disable i686 support 2017-03-05 00:22:18 +01:00
Thomas Bächler
6cdc1e51f1 Update the ipxe binaries
ipxe is updated to git revision 30f96c9f and the startcom root certificate is
no longer trusted.
2017-03-05 00:05:10 +01:00
syui
d6d0473550
Add: svg image, etc 2017-03-03 13:07:34 +09:00
Florian Pritz
62a78721d5 Fix empty mirror list when mirror status is used
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-02-22 16:18:27 +01:00
Florian Pritz
644864de28 Remove scored based mirrorlist sorting
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-17 12:17:13 -05:00
Levente Polyak
210eb68a41 Added arch security tracker to navbar
Signed-off-by: Morten Linderud <morten@linderud.pw>
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2017-02-17 12:04:11 -05:00
Johannes Löthberg
72ddf3b134 reporead: Check if package exists in other repo before adopting
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-02 15:05:37 +01:00
Alad Wenter
174fb4612d Remove link to Beginners' guide
The Beginners' guide has been merged with the Installation guide.

https://lists.archlinux.org/pipermail/arch-dev-public/2016-July/028140.html
2017-01-01 16:40:42 -05:00
Johannes Löthberg
a66f5cc348 reporead: Only try to add maintainer if none exists
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>
2017-01-01 15:42:44 +01:00
Johannes Löthberg
4bf82a6369 Fix auto-adoption
Look up the packager using the UserFinder class, and create a
PackageRelation.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-10 23:36:43 +01:00
Angel Velasquez
83eea8e167 Merge pull request #4 from brain0/working
Update ipxe images
2016-08-09 22:15:25 -03:00
Thomas Bächler
501553d7d4 Update ipxe images
The images are updated according to the latest version in https://aur.archlinux.org/packages/ipxe-netboot
2016-08-10 00:29:11 +02:00
Johannes Löthberg
875cc597e9 mirrors: api: Add ISOs information to JSON output
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-08-01 22:23:11 +00:00
Angel Velasquez
35e03943b2 Update missing names on AUTHORS 2016-07-31 17:01:43 +00:00
Angel Velasquez
fe8e4862d8 Update AUTHORS file 2016-07-31 06:10:05 +00:00
Angel Velasquez
49828ba2cb Add missing migration from ad0bddb209
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31 05:57:15 +00:00
Jelle van der Waa
ad0bddb209 Fix typo in known_bad help text
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31 05:43:09 +00:00
Johannes Löthberg
77fe5ea1f9 reporead: Auto-adopt new packages to packager
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31 05:36:13 +00:00
Angel Velasquez
edd9f77dba Merge pull request #3 from brain0/working
archweb netboot and sponsorship updates
2016-06-03 17:34:07 -03:00
Thomas Bächler
1d672ecc7c Remove AirVM ads since AirVM has ended their sponsorship 2016-06-03 22:28:27 +02:00
Thomas Bächler
46ddb83617 Netboot: Disable network interface renaming by default
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-03 22:28:27 +02:00
Thomas Bächler
b246b751dc Add information and ipxe images for the new netboot system 2016-06-03 22:28:27 +02:00
Angel Velasquez
0427635558 Add netboot ipxe environment to archweb
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
Signed-off-by: Thomas Bachler <thomas@archlinux.org>
2016-05-26 05:26:37 +00:00