From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74402138306 for ; Wed, 13 Jul 2016 06:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B23EBE0BB1; Wed, 13 Jul 2016 06:16:46 +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 56A9CE0BB0 for ; Wed, 13 Jul 2016 06:16:46 +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 D5CE5340D4C for ; Wed, 13 Jul 2016 06:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2766E2442 for ; Wed, 13 Jul 2016 06:16:42 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1468390143.e4535516658a770c221626bfbb7f99e08ffb6283.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump-from-set.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e4535516658a770c221626bfbb7f99e08ffb6283 X-VCS-Branch: master Date: Wed, 13 Jul 2016 06:16:42 +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: aeb17fd9-e925-488b-8915-0cb6e60dded4 X-Archives-Hash: c86eab8a7f05d6ad6f334d3b9dfc5f99 commit: e4535516658a770c221626bfbb7f99e08ffb6283 Author: Johannes Huber gentoo org> AuthorDate: Wed Jul 13 06:09:03 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jul 13 06:09:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4535516 Documentation: Update example for bump-from-set script Example pointed to old stable branch scheme. Documentation/maintainers/bump-from-set.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index 6316227..ff32141 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -31,7 +31,7 @@ help() { echo Reads KEYWORDS for the new ebuild from your environment, defaulting to ~amd64. echo echo Usage: bump-from-set.sh SETNAME SOURCEVERSION DESTINATIONVERSION - echo Example: bump-from-set.sh kde-plasma-5.0 5.0.9999 5.0.1 + echo Example: bump-from-set.sh kde-plasma-5.7 5.7.49.9999 5.7.1 exit 0 }