From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-798838-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EBB73138CA3 for <garchives@archives.gentoo.org>; Sat, 9 May 2015 23:10:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E5EE0882; Sat, 9 May 2015 23:10:05 +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 12191E0880 for <gentoo-commits@lists.gentoo.org>; Sat, 9 May 2015 23:10:05 +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 330233409C2 for <gentoo-commits@lists.gentoo.org>; Sat, 9 May 2015 23:10:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E140898E for <gentoo-commits@lists.gentoo.org>; Sat, 9 May 2015 23:10:02 +0000 (UTC) From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <dolsen@gentoo.org> Message-ID: <1431212683.f75db541b9bd45f2346e0bf7f293908c176994bc.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/emerge-webrsync X-VCS-Directories: bin/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: f75db541b9bd45f2346e0bf7f293908c176994bc X-VCS-Branch: master Date: Sat, 9 May 2015 23:10:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60c65725-8a5a-4c09-96d9-0132d42713fc X-Archives-Hash: 9d66b4b2b84dea6bb61739c0c859961c commit: f75db541b9bd45f2346e0bf7f293908c176994bc Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Sat May 9 23:04:43 2015 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Sat May 9 23:04:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f75db541 bin/emerge-webrsync: Fix a missed websync to webrsync rename bin/emerge-webrsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync index a603280..9961ad8 100755 --- a/bin/emerge-webrsync +++ b/bin/emerge-webrsync @@ -501,8 +501,8 @@ main() { # This is a sanity check to help prevent people like funtoo users # from accidentally wiping out their git tree. - if [[ -n ${repo_sync_type} && ${repo_sync_type} != rsync && ${repo_sync_type} != websync ]] ; then - echo "The current sync-type attribute of repository 'gentoo' is not set to 'rsync' or 'websync':" >&2 + if [[ -n ${repo_sync_type} && ${repo_sync_type} != rsync && ${repo_sync_type} != webrsync ]] ; then + echo "The current sync-type attribute of repository 'gentoo' is not set to 'rsync' or 'webrsync':" >&2 echo >&2 echo " sync-type=${repo_sync_type}" >&2 echo >&2