Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitea: update to 1.16.1
@ 2022-02-08  1:04 zen0bit
  2022-02-14 18:51 ` paper42
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: zen0bit @ 2022-02-08  1:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages test
https://github.com/void-linux/void-packages/pull/35466

gitea: update to 1.16.1
#### 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/35466.patch is attached

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

From e48ea810c265ee1c59bf3cbd83b5f75774091ff7 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 8 Feb 2022 02:02:38 +0100
Subject: [PATCH] gitea: update to 1.16.1

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

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 2d998594cc15..39ab229c92d0 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
@@ -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=09a27a06bf12cbef06ba823c516c6c9f7a06129e91dd7e64be5f6f0ca641d5b7
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

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

* Re: gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
@ 2022-02-14 18:51 ` paper42
  2022-02-20 20:58 ` catdevnull
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-02-14 18:51 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35466#issuecomment-1039434621

Comment:
Please rebase on top of master to make CI run

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

* Re: gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
  2022-02-14 18:51 ` paper42
@ 2022-02-20 20:58 ` catdevnull
  2022-02-21 21:59 ` [PR PATCH] [Updated] " zen0bit
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: catdevnull @ 2022-02-20 20:58 UTC (permalink / raw)
  To: ml

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

New comment by catdevnull on void-packages repository

https://github.com/void-linux/void-packages/pull/35466#issuecomment-1046319501

Comment:
@zen0bit Something like this:

```sh
# Fetch latest changes from upstream
git fetch upstream
# Rebase on top of master
git rebase upstream/master
```

You might need to add the upstream remote:
```sh
git remote add upstream https://github.com/void-linux/void-packages
```

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

* Re: [PR PATCH] [Updated] gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
  2022-02-14 18:51 ` paper42
  2022-02-20 20:58 ` catdevnull
@ 2022-02-21 21:59 ` zen0bit
  2022-02-21 22:07 ` catdevnull
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zen0bit @ 2022-02-21 21:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages test
https://github.com/void-linux/void-packages/pull/35466

gitea: update to 1.16.1
#### 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/35466.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-test-35466.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] 11+ messages in thread

* Re: gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
                   ` (2 preceding siblings ...)
  2022-02-21 21:59 ` [PR PATCH] [Updated] " zen0bit
@ 2022-02-21 22:07 ` catdevnull
  2022-02-21 23:02 ` [PR PATCH] [Updated] " zen0bit
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: catdevnull @ 2022-02-21 22:07 UTC (permalink / raw)
  To: ml

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

New comment by catdevnull on void-packages repository

https://github.com/void-linux/void-packages/pull/35466#issuecomment-1047259294

Comment:
It seems you got merge commits still. Try this:

```
# Fetch latest changes from upstream
git fetch upstream
# Reset branch to upstream
git reset --hard upstream/master
# Add the upgrade commit on top
git cherry-pick 1512578282a22c0c82d32964c117e7f7a82a50e0
# Force push
git push --force
```

Also, you still haven't replaced the hardcoded version in distfiles. After the previous commands, you could do this:
```
# Do the changes with your favourite editor
# Add the changes to the last commit ("amending")
git commit srcpkgs/gitea/template --amend
# Force push
git push --force
```

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

* Re: [PR PATCH] [Updated] gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
                   ` (3 preceding siblings ...)
  2022-02-21 22:07 ` catdevnull
@ 2022-02-21 23:02 ` zen0bit
  2022-02-21 23:23 ` zen0bit
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zen0bit @ 2022-02-21 23:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages test
https://github.com/void-linux/void-packages/pull/35466

gitea: update to 1.16.1
#### 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/35466.patch is attached

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

From d440434dbc93fe7e3052e12d80f8f8db1a7a7933 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] 11+ messages in thread

* Re: [PR PATCH] [Updated] gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
                   ` (4 preceding siblings ...)
  2022-02-21 23:02 ` [PR PATCH] [Updated] " zen0bit
@ 2022-02-21 23:23 ` zen0bit
  2022-02-21 23:26 ` zen0bit
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zen0bit @ 2022-02-21 23:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages test
https://github.com/void-linux/void-packages/pull/35466

gitea: update to 1.16.1
#### 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/35466.patch is attached

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

From f17218504ddf00e71db7e16ea6640a8178d7a69a 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] 11+ messages in thread

* Re: [PR PATCH] [Updated] gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
                   ` (5 preceding siblings ...)
  2022-02-21 23:23 ` zen0bit
@ 2022-02-21 23:26 ` zen0bit
  2022-02-21 23:29 ` zen0bit
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zen0bit @ 2022-02-21 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages test
https://github.com/void-linux/void-packages/pull/35466

gitea: update to 1.16.1
#### 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/35466.patch is attached

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

From ca3e4ce81867d79caf35e19d2ec075160eae128e 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..eddd56dee456 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/${pkgname}/releases/download/v${version}/${pkgname}-src-${version}.tar.gz"
+checksum=09a27a06bf12cbef06ba823c516c6c9f7a06129e91dd7e64be5f6f0ca641d5b7
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

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

* Re: [PR PATCH] [Updated] gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
                   ` (6 preceding siblings ...)
  2022-02-21 23:26 ` zen0bit
@ 2022-02-21 23:29 ` zen0bit
  2022-02-22  1:11 ` catdevnull
  2022-02-23 23:37 ` [PR PATCH] [Closed]: " paper42
  9 siblings, 0 replies; 11+ messages in thread
From: zen0bit @ 2022-02-21 23:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages test
https://github.com/void-linux/void-packages/pull/35466

gitea: update to 1.16.1
#### 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/35466.patch is attached

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

From bdcee38223cc0d3c618d7ac647ade425aeaeb799 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 2d998594cc15..39ab229c92d0 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
@@ -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=09a27a06bf12cbef06ba823c516c6c9f7a06129e91dd7e64be5f6f0ca641d5b7
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

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

* Re: gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
                   ` (7 preceding siblings ...)
  2022-02-21 23:29 ` zen0bit
@ 2022-02-22  1:11 ` catdevnull
  2022-02-23 23:37 ` [PR PATCH] [Closed]: " paper42
  9 siblings, 0 replies; 11+ messages in thread
From: catdevnull @ 2022-02-22  1:11 UTC (permalink / raw)
  To: ml

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

New comment by catdevnull on void-packages repository

https://github.com/void-linux/void-packages/pull/35466#issuecomment-1047335652

Comment:
This looks great, @paper42?

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

* Re: [PR PATCH] [Closed]: gitea: update to 1.16.1
  2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
                   ` (8 preceding siblings ...)
  2022-02-22  1:11 ` catdevnull
@ 2022-02-23 23:37 ` paper42
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-02-23 23:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 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/35466

Description:
#### 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] 11+ messages in thread

end of thread, other threads:[~2022-02-23 23:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08  1:04 [PR PATCH] gitea: update to 1.16.1 zen0bit
2022-02-14 18:51 ` paper42
2022-02-20 20:58 ` catdevnull
2022-02-21 21:59 ` [PR PATCH] [Updated] " zen0bit
2022-02-21 22:07 ` catdevnull
2022-02-21 23:02 ` [PR PATCH] [Updated] " zen0bit
2022-02-21 23:23 ` zen0bit
2022-02-21 23:26 ` zen0bit
2022-02-21 23:29 ` zen0bit
2022-02-22  1:11 ` catdevnull
2022-02-23 23:37 ` [PR PATCH] [Closed]: " paper42

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