From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5EFEE13838B for ; Tue, 14 Oct 2014 15:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21456E089C; Tue, 14 Oct 2014 15:19:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94026E089C for ; Tue, 14 Oct 2014 15:19:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B67083403A3 for ; Tue, 14 Oct 2014 15:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E1A47D4B for ; Tue, 14 Oct 2014 15:19:51 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1413299984.c237114ba3b38a4236c8b139a056481ff75d36ed.robbat2@gentoo> Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: / X-VCS-Repository: proj/gentoo-ads-config X-VCS-Files: gentoo_sponsors.py X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: c237114ba3b38a4236c8b139a056481ff75d36ed X-VCS-Branch: master Date: Tue, 14 Oct 2014 15:19:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4cca36d-0bfe-4ae3-bd43-39b1fdeb3406 X-Archives-Hash: 1a7aaf55b5a2e3495e4db4942d1f3284 commit: c237114ba3b38a4236c8b139a056481ff75d36ed Author: Robin H. Johnson orbis-terrarum net> AuthorDate: Tue Oct 14 15:19:44 2014 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Oct 14 15:19:44 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=c237114b Adjust weights. --- gentoo_sponsors.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 3cbddf5..e66d535 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -20,7 +20,7 @@ ads = [ 'type': 'img', 'img': 'sponsors/vr-ad.png', 'title': 'VR: Gentoo VPS & IPv6 Hosting', - 'weight': 20, + 'weight': 15, 'tier': 1, 'url': 'http://www.vr.org/', 'width': 125, @@ -32,7 +32,7 @@ ads = [ 'img': 'tek-gentoo.gif', 'title': 'Tek Alchemy', 'tier': 1, - 'weight': 10, + 'weight': 5, 'url': 'http://www.tek.net/', 'height': 125, 'width': 125, @@ -43,7 +43,7 @@ ads = [ 'img': 'sponsors/sevenl_ad.png', 'title': 'SevenL', 'tier': 1, - 'weight': 15, + 'weight': 10, 'url': 'https://www.sevenl.net/?utm_source=gentoo-org&utm_medium=sponsored-banner&utm_campaign=gentoo-dedicated-servers', 'height': 125, 'width': 125,