testing/fpp: new aport
Patchset from Thiago Perrotta tbperrotta@gmail.com via aports #3799:
https://facebook.github.io/PathPicker
TUI that lets you pick paths out of its stdin and run arbitrary commands on them
Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com>
Merge request reports
Activity
added aports:add label
added status:mr-stale label
Sorry to bother you @mailinglist-bot,
but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping
@team/mentors
. You can also ask on IRC on#alpine-devel
on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.Thanks for your contribution.
Is there anything else I should do here, @team/mentors?
By the way, this patch is actually outdated. Please refer to the up-to-date version in the mailing list instead: https://lists.alpinelinux.org/~alpine/aports/patches/3799
Sadly the bridge does not support follow-up patches, it only looks for new patch sets apparently, and does not update existing merge requests. I've manually updated the merge request with the latest patch.
CC: @ddevault
I did this before, but the caveat is that it ends up creating several MRs in Gitlab, which must be manually closed.
c.f. https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests?scope=all&state=closed&search=urlwatch and https://lists.alpinelinux.org/~alpine/aports?search=urlwatch (note: in this case I forgot to add -v2, -v3 etc but the point still applies).
The current optimal (least noisy) way seems to be to use the Gitlab workflow, with a MR owned by the contributor. Which is a bit sad because I am a fan of the email workflow.
Anyway, noted, I will stop using
--in-reply-to
for the time being, thanks Drew.
- testing/fpp/APKBUILD 0 → 100644
1 # Contributor: Thiago Perrotta <tbperrotta@gmail.com> 2 # Maintainer: Thiago Perrotta <tbperrotta@gmail.com> 3 pkgname=fpp 4 pkgver=0.9.2 5 pkgrel=0 6 pkgdesc="TUI that lets you pick paths out of its stdin and run arbitrary commands on them" 7 url="https://facebook.github.io/PathPicker" 8 arch="noarch" 9 license="MIT" 10 depends="bash python3" 11 subpackages="$pkgname-doc" 12 source="$pkgname-$pkgver.tar.gz::https://github.com/facebook/PathPicker/archive/$pkgver.tar.gz" 13 builddir="$srcdir/PathPicker-$pkgver" 14 15 check() { 16 fpp --version This can be closed now, refer to !29485 (merged) with the requested changes.
mentioned in merge request !29485 (merged)
Superseded by !29485 (merged)