diff mbox series

[1/1] package/mender-artifact: bump version to 3.0.0

Message ID 20190528085201.9572-1-deinok@deinok.com
State Superseded
Headers show
Series [1/1] package/mender-artifact: bump version to 3.0.0 | expand

Commit Message

Raul Hidalgo Caballero May 28, 2019, 8:52 a.m. UTC
From: deinok <deinok@deinok.com>

Signed-off-by: deinok <deinok@deinok.com>
---
 package/mender-artifact/mender-artifact.hash | 2 +-
 package/mender-artifact/mender-artifact.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni May 28, 2019, 12:06 p.m. UTC | #1
Hello,

On Tue, 28 May 2019 10:52:01 +0200
deinok@deinok.com wrote:

> From: deinok <deinok@deinok.com>
> 
> Signed-off-by: deinok <deinok@deinok.com>

We need your full name as patch author and in the Signed-off-by line.

Thanks!

Thomas
Raul Hidalgo Caballero May 28, 2019, 12:13 p.m. UTC | #2
Sorry for the issue, my name is Raul Hidalgo Caballero
First time using git send-email, should I just add another commit and send
it again with the same command generated by "./utils/get-developers
outgoing/*" ?

On Tue, May 28, 2019 at 2:06 PM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:

> Hello,
>
> On Tue, 28 May 2019 10:52:01 +0200
> deinok@deinok.com wrote:
>
> > From: deinok <deinok@deinok.com>
> >
> > Signed-off-by: deinok <deinok@deinok.com>
>
> We need your full name as patch author and in the Signed-off-by line.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
Thomas Petazzoni May 28, 2019, 12:24 p.m. UTC | #3
Hello,

On Tue, 28 May 2019 14:13:19 +0200
Raul Hidalgo Caballero <deinok@deinok.com> wrote:

> Sorry for the issue, my name is Raul Hidalgo Caballero
> First time using git send-email, should I just add another commit and send
> it again with the same command generated by "./utils/get-developers
> outgoing/*" ?

First, change your Git configuration so that the name is correct (in
the ~/.gitconfig file).

Then, just amend your commit (git commit --amend --author=...) to make
sure it has the right author and Signed-off-by line, generate the patch
again, and send it.

Best regards,

Thomas
Arnout Vandecappelle May 28, 2019, 6:29 p.m. UTC | #4
On 28/05/2019 14:24, Thomas Petazzoni wrote:
> Hello,
> 
> On Tue, 28 May 2019 14:13:19 +0200
> Raul Hidalgo Caballero <deinok@deinok.com> wrote:
> 
>> Sorry for the issue, my name is Raul Hidalgo Caballero
>> First time using git send-email, should I just add another commit and send
>> it again with the same command generated by "./utils/get-developers
>> outgoing/*" ?
> 
> First, change your Git configuration so that the name is correct (in
> the ~/.gitconfig file).
> 
> Then, just amend your commit (git commit --amend --author=...) to make
> sure it has the right author and Signed-off-by line, generate the patch
> again, and send it.

 You can also use git commit --amend --reset-author (which resets both the date
and the author).

 Regards,
 Arnout
diff mbox series

Patch

diff --git a/package/mender-artifact/mender-artifact.hash b/package/mender-artifact/mender-artifact.hash
index d44244d31c..06b317f55e 100644
--- a/package/mender-artifact/mender-artifact.hash
+++ b/package/mender-artifact/mender-artifact.hash
@@ -1,5 +1,5 @@ 
 # Locally computed:
-sha256 fde448af4811600a130b243d59e21b1f9cdd60fd991bd418246c913ebf945206 2.4.0.tar.gz
+sha256 b1b80822282a750c3f94cf4954ac4b1de5a86a7a9c1c7f2541aaf21417a0ff5f 3.0.0.tar.gz
 
 # License hash extracted from LIC_FILES_CHKSUM.sha256 using the
 # following command:
diff --git a/package/mender-artifact/mender-artifact.mk b/package/mender-artifact/mender-artifact.mk
index 90d0071d1a..41b7bd8040 100644
--- a/package/mender-artifact/mender-artifact.mk
+++ b/package/mender-artifact/mender-artifact.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-HOST_MENDER_ARTIFACT_VERSION = 2.4.0
+HOST_MENDER_ARTIFACT_VERSION = 3.0.0
 HOST_MENDER_ARTIFACT_SITE = https://github.com/mendersoftware/mender-artifact/archive
 HOST_MENDER_ARTIFACT_SOURCE = $(HOST_MENDER_ARTIFACT_VERSION).tar.gz
 HOST_MENDER_ARTIFACT_LICENSE = Apache2.0, BSD-2-Clause, BSD-3-Clause, ISC, MIT