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 95E3A13829C for ; Wed, 8 Jun 2016 06:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B593F25402D; Wed, 8 Jun 2016 06:53:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65DF025402D for ; Wed, 8 Jun 2016 06:53:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37AE3340D04 for ; Wed, 8 Jun 2016 06:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6BB963 for ; Wed, 8 Jun 2016 06:53:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1465368775.09086af284adac010b93c759b69b7b9994f4c6ad.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs-updater X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 09086af284adac010b93c759b69b7b9994f4c6ad X-VCS-Branch: emacs-updater Date: Wed, 8 Jun 2016 06:53:30 +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: 79dd0c1e-f7d9-4bce-b7c0-cbff5a2c8782 X-Archives-Hash: b9f0d2eb851f943644ced5112936f4a1 commit: 09086af284adac010b93c759b69b7b9994f4c6ad Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 8 06:52:55 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 8 06:52:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=09086af2 Update URLs. * emacs-updater: Update URLs to use https. ChangeLog | 4 ++++ emacs-updater | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57a87cd..c759036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-06-08 Ulrich Müller + + * emacs-updater: Update URLs to use https. + 2016-06-07 Ulrich Müller * Version 1.15 released. diff --git a/emacs-updater b/emacs-updater index eb822bd..31cc448 100755 --- a/emacs-updater +++ b/emacs-updater @@ -72,7 +72,7 @@ version() { Copyright 2007-2016 Gentoo Foundation. Distributed under the terms of the GNU GPL version 2 or later. - Gentoo Emacs project: + Gentoo Emacs project: EOF exit } @@ -334,6 +334,6 @@ ${PM_COMMAND} "${PM_EXTRAOPTS[@]}" $(<"${PKGFILE}") ret=$? warning "If a package is being rebuilt over and over again," -warning "please report it on http://bugs.gentoo.org/" +warning "please report it on https://bugs.gentoo.org/" exit ${ret}