Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4AFF6782B2D for <~alpine/devel@lists.alpinelinux.org>; Sun, 24 May 2020 18:50:43 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id ECF444400E1; Sun, 24 May 2020 20:50:39 +0200 (CEST) Date: Sun, 24 May 2020 20:50:39 +0200 From: Kevin Daudt To: Rasmus Thomsen Cc: Wolf , ~alpine/devel@lists.alpinelinux.org Subject: Re: How to report bugs from command line? Message-ID: <20200524185039.GA2084641@alpha> References: <20200524144713.w75tmdjdpksn65xb@wolfsden.cz> <0cc3e64b38bc2a7fd6e89111afc36e2df6cd359a.camel@cogitri.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0cc3e64b38bc2a7fd6e89111afc36e2df6cd359a.camel@cogitri.dev> On Sun, May 24, 2020 at 04:55:27PM +0200, Rasmus Thomsen wrote: > > On Sun, 2020-05-24 at 16:47 +0200, Wolf wrote: > > Greetings, > > [...] > > Is there a way to create gitlab issue via email? If not, I recall > > there > > was some script created to allow creating PRs from command line. Is > > there something available for issues as well? > > [...] > > Hello, > > you can create an account on https://gitlab.alpinelinux.org and then > navigate to https://gitlab.alpinelinux.org/alpine/aports/-/issues. > There should be a "Email a new issue to this project" link at the very > bottom of that page. You can then follow the steps in the dialogue that > pops up in order to send bug reports to Alpine by email. > > FWIW there's something similiar for merge requests too now, see > https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests . > > Regards, > > Rasmus There is also [lab][1], which is a command line interface to interact with gitlab. It allows you to create issues with `lab issue create`, though it does require you to have a git repo with a remote pointing to the project. Kevin [1]:https://zaquestion.github.io/lab