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 24159138334 for ; Wed, 18 Jul 2018 15:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 880A7E08F7; Wed, 18 Jul 2018 15:28:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3951E088B for ; Wed, 18 Jul 2018 15:28:40 +0000 (UTC) Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 65857335C42 for ; Wed, 18 Jul 2018 15:28:39 +0000 (UTC) Received: by mail-oi0-f45.google.com with SMTP id w126-v6so9533294oie.7 for ; Wed, 18 Jul 2018 08:28:39 -0700 (PDT) X-Gm-Message-State: AOUpUlGBdVUsUs5lsGasRjsLfNUWW4zf3zmuMHxMXAB9mQ/l8v6JFtYB MO5l08vM7iSrlC0yCOaqmGgXRLjVzxXsxPBaVQE= X-Google-Smtp-Source: AAOMgpcBkA8uuyhC37HEjCjZU4e6fzDk6/faejsKOuSooYz77EkVyfPcs1nhFT8DAs3vW0InzuQkEqN5KEI0vzLmHT4= X-Received: by 2002:aca:544e:: with SMTP id i75-v6mr7197515oib.73.1531927717420; Wed, 18 Jul 2018 08:28:37 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 2002:a4a:1407:0:0:0:0:0 with HTTP; Wed, 18 Jul 2018 08:28:16 -0700 (PDT) In-Reply-To: <20180718072657.fnz45gc44v3m4n6v@gentoo.org> References: <2118089b-4d6d-0a89-ce78-8d5597fb0141@gentoo.org> <20180718072657.fnz45gc44v3m4n6v@gentoo.org> From: Mike Gilbert Date: Wed, 18 Jul 2018 11:28:16 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] Re: What means bup? To: Gentoo Dev Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 3049df35-95e5-4b86-ae6a-ec716f699c46 X-Archives-Hash: 7f7bc764eceb7d1ff9ddce5c71e50bd4 On Wed, Jul 18, 2018 at 3:26 AM, Matthew Thode wrote: > On 18-07-18 09:16:07, Johannes Huber wrote: >> Hi all, >> >> english is not my mother language, so please clarify what bup means, just >> seen here: >> >> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0e0401478cf30b3ced0405f6b89391e05d2397 >> >> Just checked if it was a typo, but can't be: >> git log --oneline --grep bup | count -l >> Expected 0 lines, got 1248. >> > > It's similiar to a sound you make when you touch something's nose. > *boop* > > I just prefer bup instead. I generally only use it when doing simple > bumps of packages (copy ebuilds with only keyword edits). My preference is to mention the version being added when committing a version bump. eg. "cat/pkg: bump to x.y.z". Yes, it does take a few more seconds, but I think it is worth the effort.