=== sem2peie- is now known as sem2peie === sem2peie- is now known as sem2peie === sem2peie- is now known as sem2peie === sem2peie- is now known as sem2peie [17:10] Not sure if this is something that is consistent across all/most of Ubuntu or juts local to Lubuntu, but how do I tag a package release in Git when the version number has a ~ in it? [17:10] ubuntu/0.5.1~22.04.2 isn't a valid tag name according to Git, because of the ~. [17:10] If I change ~ to "before", it works. [17:12] tsimonq2: ^ any insight? [17:12] (or if he's not available, teward) [17:16] arraybolt3: according to https://dep-team.pages.debian.net/deps/dep14/, replace tilde with underscore. [17:16] (`gbp buildpackage --git-tag-only` should do it automatically for you) [17:17] Ah, thanks. [17:17] (Lubuntu doesn't use git-buildpackage, so we tag things manually.) === sem2peie- is now known as sem2peie [18:49] there's "gbp tag", which is shorter than invoking "gbp buildpackage --git-tag-only". also, arraybolt3, you can totally use "gbp tag" in standalone mode; it works even if the repository is not gbp-ready [18:53] Oh cool! Thanks!