Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yadm: update to 3.1.0.
@ 2021-04-05 18:45 tornaria
  2021-04-05 23:59 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tornaria @ 2021-04-05 18:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1628 bytes --]

There is a new pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages yadm
https://github.com/void-linux/void-packages/pull/30023

yadm: update to 3.1.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

This update fixes bash completion for yadm.

A patch file from https://github.com/void-linux/void-packages/pull/30023.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yadm-30023.patch --]
[-- Type: text/x-diff, Size: 1007 bytes --]

From 6f459ce6c1469abdaf37971454062c43ef6ba3ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 5 Apr 2021 15:42:20 -0300
Subject: [PATCH] yadm: update to 3.1.0.

---
 srcpkgs/yadm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yadm/template b/srcpkgs/yadm/template
index d33617c085e4..4ff3eca41c38 100644
--- a/srcpkgs/yadm/template
+++ b/srcpkgs/yadm/template
@@ -1,6 +1,6 @@
 # Template file for 'yadm'
 pkgname=yadm
-version=3.0.2
+version=3.1.0
 revision=1
 depends="bash git gnupg"
 short_desc="Yet Another Dotfiles Manager"
@@ -8,7 +8,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://yadm.io/"
 distfiles="https://github.com/TheLocehiliosan/${pkgname}/archive/${version}.tar.gz"
-checksum=724a8b61b09b70f5952cf14fd1786617bf88243a276b2d93dd7306feab13983c
+checksum=9f848c80deed2725c012d058bd60d1ea13539fd6fbacd5245bf97d442cb89263
 
 do_install() {
 	vbin ${pkgname}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] yadm: update to 3.1.0.
  2021-04-05 18:45 [PR PATCH] yadm: update to 3.1.0 tornaria
@ 2021-04-05 23:59 ` ericonr
  2021-04-06  2:05 ` tornaria
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-05 23:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30023#discussion_r607401086

Comment:
```suggestion
distfiles="https://github.com/TheLocehiliosan/yadm/archive/${version}.tar.gz"
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] yadm: update to 3.1.0.
  2021-04-05 18:45 [PR PATCH] yadm: update to 3.1.0 tornaria
  2021-04-05 23:59 ` [PR REVIEW] " ericonr
@ 2021-04-06  2:05 ` tornaria
  2021-04-06  2:18 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-04-06  2:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New review comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/30023#discussion_r607437721

Comment:
Does it make any difference? There's also `vbin ${pkgname}` and `vman ${pkgname}.1`. But don't fix what's not broken...

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] yadm: update to 3.1.0.
  2021-04-05 18:45 [PR PATCH] yadm: update to 3.1.0 tornaria
  2021-04-05 23:59 ` [PR REVIEW] " ericonr
  2021-04-06  2:05 ` tornaria
@ 2021-04-06  2:18 ` ericonr
  2021-04-06  2:43 ` tornaria
  2021-04-06 10:57 ` [PR PATCH] [Closed]: " Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-06  2:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30023#discussion_r607441185

Comment:
This one is for convenience, allows easy copy paste to go to their github repo.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] yadm: update to 3.1.0.
  2021-04-05 18:45 [PR PATCH] yadm: update to 3.1.0 tornaria
                   ` (2 preceding siblings ...)
  2021-04-06  2:18 ` ericonr
@ 2021-04-06  2:43 ` tornaria
  2021-04-06 10:57 ` [PR PATCH] [Closed]: " Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-04-06  2:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

New review comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/30023#discussion_r607448112

Comment:
I rather the maintainer decide on that. I just want tab completion to work.

I guess this could be decided in general as part of #27735.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: yadm: update to 3.1.0.
  2021-04-05 18:45 [PR PATCH] yadm: update to 3.1.0 tornaria
                   ` (3 preceding siblings ...)
  2021-04-06  2:43 ` tornaria
@ 2021-04-06 10:57 ` Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: Johnnynator @ 2021-04-06 10:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1478 bytes --]

There's a closed pull request on the void-packages repository

yadm: update to 3.1.0.
https://github.com/void-linux/void-packages/pull/30023

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

This update fixes bash completion for yadm.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-06 10:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 18:45 [PR PATCH] yadm: update to 3.1.0 tornaria
2021-04-05 23:59 ` [PR REVIEW] " ericonr
2021-04-06  2:05 ` tornaria
2021-04-06  2:18 ` ericonr
2021-04-06  2:43 ` tornaria
2021-04-06 10:57 ` [PR PATCH] [Closed]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).