Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitea: update to 1.16.0
@ 2022-02-06 13:48 zen0bit
  2022-02-06 15:36 ` paper42
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: zen0bit @ 2022-02-06 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages gitea
https://github.com/void-linux/void-packages/pull/35436

gitea: update to 1.16.0
PS: Already released 1.16.1 but not for download src version...

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


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

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

From c9b7601391a049ce53804ab89bc9e104ec99a3c2 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Sun, 6 Feb 2022 14:41:46 +0100
Subject: [PATCH] gitea: new version 1.16.0

Already released 1.16.1 but not for download src version...
---
 srcpkgs/gitea/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 2d998594cc15..e9ae8f47b117 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.15.8
+version=1.16.0
 revision=1
 create_wrksrc=yes
 build_style=go
@@ -32,7 +32,7 @@ license="MIT"
 homepage="https://gitea.io"
 changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
 distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"
-checksum=a05745e5c1b5e9b51caa3d96fd93689176689865a0c249aa477d411e5c082045
+checksum=82f85f740e4904563cd5fd14995a1d24c58161e1520da0dda15ef6dcc498781e
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

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

* Re: gitea: update to 1.16.0
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
@ 2022-02-06 15:36 ` paper42
  2022-02-06 15:58 ` zen0bit
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-02-06 15:36 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#issuecomment-1030856717

Comment:
Please fix the commit message according to the conventions mentioned in CONTRIBUTING.md. I can see a -src archive in the 1.16.1 release, could you explain why it's not possible to update?

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

* Re: gitea: update to 1.16.0
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
  2022-02-06 15:36 ` paper42
@ 2022-02-06 15:58 ` zen0bit
  2022-02-06 16:06 ` paper42
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: zen0bit @ 2022-02-06 15:58 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#issuecomment-1030861043

Comment:
idk Can't download but now its ok
Building 1.16.1...

Is it possible change commit message here on github?
(Working through browser now not on cli...)

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

* Re: gitea: update to 1.16.0
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
  2022-02-06 15:36 ` paper42
  2022-02-06 15:58 ` zen0bit
@ 2022-02-06 16:06 ` paper42
  2022-02-06 16:09 ` [PR PATCH] [Updated] " zen0bit
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-02-06 16:06 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#issuecomment-1030862612

Comment:
> idk Can't download but now its ok Building 1.16.1...

Maybe they added it to the release if that's possible.

> Is it possible change commit message here on github? (Working through browser now not on cli...)

I don't know, but I know that people who use github's UI often mess up PRs and are not able to fix them. I would recommend just using git cli.

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

* Re: [PR PATCH] [Updated] gitea: update to 1.16.0
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (2 preceding siblings ...)
  2022-02-06 16:06 ` paper42
@ 2022-02-06 16:09 ` zen0bit
  2022-02-06 16:11 ` gitea: update to 1.16.1 zen0bit
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: zen0bit @ 2022-02-06 16:09 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/void-packages gitea
https://github.com/void-linux/void-packages/pull/35436

gitea: update to 1.16.0
PS: Already released 1.16.1 but not for download src version...

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


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

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

From 1512578282a22c0c82d32964c117e7f7a82a50e0 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 6 Feb 2022 17:04:28 +0100
Subject: [PATCH] gitea: update to 1.16.1

---
 srcpkgs/gitea/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 2d998594cc15..df3bed2cd459 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.15.8
+version=1.16.1
 revision=1
 create_wrksrc=yes
 build_style=go
@@ -31,8 +31,8 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="MIT"
 homepage="https://gitea.io"
 changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
-distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"
-checksum=a05745e5c1b5e9b51caa3d96fd93689176689865a0c249aa477d411e5c082045
+distfiles="https://github.com/go-gitea/gitea/releases/download/v1.16.1/gitea-src-1.16.1.tar.gz"
+checksum=09a27a06bf12cbef06ba823c516c6c9f7a06129e91dd7e64be5f6f0ca641d5b7
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

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

* Re: gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (3 preceding siblings ...)
  2022-02-06 16:09 ` [PR PATCH] [Updated] " zen0bit
@ 2022-02-06 16:11 ` zen0bit
  2022-02-06 16:15 ` [PR REVIEW] " paper42
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: zen0bit @ 2022-02-06 16:11 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#issuecomment-1030863704

Comment:
I think I will learn it eventually :+1: 
Don't kill me yet

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

* Re: [PR REVIEW] gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (4 preceding siblings ...)
  2022-02-06 16:11 ` gitea: update to 1.16.1 zen0bit
@ 2022-02-06 16:15 ` paper42
  2022-02-06 16:16 ` zen0bit
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-02-06 16:15 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#discussion_r800201266

Comment:
use ${version} here, otherwise lgtm

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

* Re: [PR REVIEW] gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (5 preceding siblings ...)
  2022-02-06 16:15 ` [PR REVIEW] " paper42
@ 2022-02-06 16:16 ` zen0bit
  2022-02-06 16:21 ` [PR PATCH] [Updated] " zen0bit
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: zen0bit @ 2022-02-06 16:16 UTC (permalink / raw)
  To: ml

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

New review comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#discussion_r800201416

Comment:
i every time misss something...
sry

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

* Re: [PR PATCH] [Updated] gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (6 preceding siblings ...)
  2022-02-06 16:16 ` zen0bit
@ 2022-02-06 16:21 ` zen0bit
  2022-02-06 18:10 ` paper42
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: zen0bit @ 2022-02-06 16:21 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/void-packages gitea
https://github.com/void-linux/void-packages/pull/35436

gitea: update to 1.16.1
PS: Already released 1.16.1 but not for download src version...

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


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

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

From 1512578282a22c0c82d32964c117e7f7a82a50e0 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 6 Feb 2022 17:04:28 +0100
Subject: [PATCH 1/2] gitea: update to 1.16.1

---
 srcpkgs/gitea/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 2d998594cc15..df3bed2cd459 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.15.8
+version=1.16.1
 revision=1
 create_wrksrc=yes
 build_style=go
@@ -31,8 +31,8 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="MIT"
 homepage="https://gitea.io"
 changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
-distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"
-checksum=a05745e5c1b5e9b51caa3d96fd93689176689865a0c249aa477d411e5c082045
+distfiles="https://github.com/go-gitea/gitea/releases/download/v1.16.1/gitea-src-1.16.1.tar.gz"
+checksum=09a27a06bf12cbef06ba823c516c6c9f7a06129e91dd7e64be5f6f0ca641d5b7
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

From faf3127eb30141f8888b2ab514ae234b873c684d Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 6 Feb 2022 17:21:04 +0100
Subject: [PATCH 2/2] gitea: update to 1.16.1

---
 srcpkgs/gitea/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index df3bed2cd459..39ab229c92d0 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -31,7 +31,7 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="MIT"
 homepage="https://gitea.io"
 changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
-distfiles="https://github.com/go-gitea/gitea/releases/download/v1.16.1/gitea-src-1.16.1.tar.gz"
+distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"
 checksum=09a27a06bf12cbef06ba823c516c6c9f7a06129e91dd7e64be5f6f0ca641d5b7
 
 system_accounts="_gitea"

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

* Re: gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (7 preceding siblings ...)
  2022-02-06 16:21 ` [PR PATCH] [Updated] " zen0bit
@ 2022-02-06 18:10 ` paper42
  2022-02-08  1:08 ` zen0bit
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-02-06 18:10 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#issuecomment-1030884796

Comment:
now it's 2 commits, but it should be one, please squash them

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

* Re: gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (8 preceding siblings ...)
  2022-02-06 18:10 ` paper42
@ 2022-02-08  1:08 ` zen0bit
  2022-02-08  1:08 ` [PR PATCH] [Closed]: " zen0bit
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: zen0bit @ 2022-02-08  1:08 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#issuecomment-1032107353

Comment:
#35466
PS:sry but easier from gihub UI
This can be deleted...

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

* Re: [PR PATCH] [Closed]: gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (9 preceding siblings ...)
  2022-02-08  1:08 ` zen0bit
@ 2022-02-08  1:08 ` zen0bit
  2022-02-08  1:21 ` abenson
  2022-02-08  1:26 ` zen0bit
  12 siblings, 0 replies; 14+ messages in thread
From: zen0bit @ 2022-02-08  1:08 UTC (permalink / raw)
  To: ml

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

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

gitea: update to 1.16.1
https://github.com/void-linux/void-packages/pull/35436

Description:
PS: Already released 1.16.1 but not for download src version...

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


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

* Re: gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (10 preceding siblings ...)
  2022-02-08  1:08 ` [PR PATCH] [Closed]: " zen0bit
@ 2022-02-08  1:21 ` abenson
  2022-02-08  1:26 ` zen0bit
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2022-02-08  1:21 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#issuecomment-1032114120

Comment:
Please don't open/close PRs.  It just adds noise.  I also don't recommend doing this through the web UI, it's easier interacting with git directly.

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

* Re: gitea: update to 1.16.1
  2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
                   ` (11 preceding siblings ...)
  2022-02-08  1:21 ` abenson
@ 2022-02-08  1:26 ` zen0bit
  12 siblings, 0 replies; 14+ messages in thread
From: zen0bit @ 2022-02-08  1:26 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35436#issuecomment-1032117012

Comment:
i know, true...
I am slowly getting into..


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

end of thread, other threads:[~2022-02-08  1:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
2022-02-06 15:36 ` paper42
2022-02-06 15:58 ` zen0bit
2022-02-06 16:06 ` paper42
2022-02-06 16:09 ` [PR PATCH] [Updated] " zen0bit
2022-02-06 16:11 ` gitea: update to 1.16.1 zen0bit
2022-02-06 16:15 ` [PR REVIEW] " paper42
2022-02-06 16:16 ` zen0bit
2022-02-06 16:21 ` [PR PATCH] [Updated] " zen0bit
2022-02-06 18:10 ` paper42
2022-02-08  1:08 ` zen0bit
2022-02-08  1:08 ` [PR PATCH] [Closed]: " zen0bit
2022-02-08  1:21 ` abenson
2022-02-08  1:26 ` zen0bit

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).