All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file
@ 2024-12-11  0:49 Christian Stewart via buildroot
  2024-12-11  6:50 ` Baruch Siach via buildroot
  2024-12-11  8:11 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Christian Stewart via buildroot @ 2024-12-11  0:49 UTC (permalink / raw)
  To: buildroot
  Cc: Julien Olivain, Christian Stewart, Vincent Fazio,
	Thomas Petazzoni

Commit b03dc5: package/mmc-utils: bump to 523d8f3cfb21

The README hash changed causing a build failure:

https://github.com/skiffos/SkiffOS/actions/runs/12266361526/job/34224344838#step:8:60617

Update the hash for the README.md file to fix the issue.

Reproduce: make mmc-utils-legal-info

Signed-off-by: Christian Stewart <christian@aperture.us>
---
 package/mmc-utils/mmc-utils.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mmc-utils/mmc-utils.hash b/package/mmc-utils/mmc-utils.hash
index 48bfd7bc04..3da95d8070 100644
--- a/package/mmc-utils/mmc-utils.hash
+++ b/package/mmc-utils/mmc-utils.hash
@@ -1,3 +1,3 @@
 # Locally computed
 sha256  1ae5706ce56bfedda94a01e87c5151ac750fb849987aeb74ff89d70f43556131  mmc-utils-523d8f3cfb219d800f45860892e742e3a355f1bb-git4.tar.gz
-sha256  4207d81122a02555f78c5a11b61c83a331ee03dc933e1ef9dd932ef9b434d12d  README
+sha256  49cd65f67b516078ff7e0dbe639972dad21ed3858246e3969fc8a8fc2a4dca66  README
-- 
2.39.5

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file
  2024-12-11  0:49 [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file Christian Stewart via buildroot
@ 2024-12-11  6:50 ` Baruch Siach via buildroot
  2024-12-11  7:39   ` Christian Stewart via buildroot
  2024-12-12 19:49   ` Peter Korsgaard
  2024-12-11  8:11 ` Peter Korsgaard
  1 sibling, 2 replies; 6+ messages in thread
From: Baruch Siach via buildroot @ 2024-12-11  6:50 UTC (permalink / raw)
  To: Christian Stewart via buildroot
  Cc: Christian Stewart, Julien Olivain, Vincent Fazio,
	Thomas Petazzoni

Hi Christian,

On Tue, Dec 10 2024, Christian Stewart via buildroot wrote:
> Commit b03dc5: package/mmc-utils: bump to 523d8f3cfb21
>
> The README hash changed causing a build failure:
>
> https://github.com/skiffos/SkiffOS/actions/runs/12266361526/job/34224344838#step:8:60617
>
> Update the hash for the README.md file to fix the issue.

The patch updates README hash. Is that a typo?

baruch

> Reproduce: make mmc-utils-legal-info
>
> Signed-off-by: Christian Stewart <christian@aperture.us>
> ---
>  package/mmc-utils/mmc-utils.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/mmc-utils/mmc-utils.hash b/package/mmc-utils/mmc-utils.hash
> index 48bfd7bc04..3da95d8070 100644
> --- a/package/mmc-utils/mmc-utils.hash
> +++ b/package/mmc-utils/mmc-utils.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
>  sha256 1ae5706ce56bfedda94a01e87c5151ac750fb849987aeb74ff89d70f43556131
> mmc-utils-523d8f3cfb219d800f45860892e742e3a355f1bb-git4.tar.gz
> -sha256  4207d81122a02555f78c5a11b61c83a331ee03dc933e1ef9dd932ef9b434d12d  README
> +sha256  49cd65f67b516078ff7e0dbe639972dad21ed3858246e3969fc8a8fc2a4dca66  README

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file
  2024-12-11  6:50 ` Baruch Siach via buildroot
@ 2024-12-11  7:39   ` Christian Stewart via buildroot
  2024-12-12 19:49   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Christian Stewart via buildroot @ 2024-12-11  7:39 UTC (permalink / raw)
  To: Baruch Siach
  Cc: Christian Stewart via buildroot, Julien Olivain, Vincent Fazio,
	Thomas Petazzoni


[-- Attachment #1.1: Type: text/plain, Size: 527 bytes --]

Hi Baruch,

On Tue, Dec 10, 2024 at 10:51 PM Baruch Siach <baruch@tkos.co.il> wrote:

> Hi Christian,
>
> On Tue, Dec 10 2024, Christian Stewart via buildroot wrote:
> > Commit b03dc5: package/mmc-utils: bump to 523d8f3cfb21
> >
> > The README hash changed causing a build failure:
> >
> >
> https://github.com/skiffos/SkiffOS/actions/runs/12266361526/job/34224344838#step:8:60617
> >
> > Update the hash for the README.md file to fix the issue.
>
> The patch updates README hash. Is that a typo?
>

Yes.

[-- Attachment #1.2: Type: text/html, Size: 1048 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file
  2024-12-11  0:49 [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file Christian Stewart via buildroot
  2024-12-11  6:50 ` Baruch Siach via buildroot
@ 2024-12-11  8:11 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-12-11  8:11 UTC (permalink / raw)
  To: Christian Stewart
  Cc: buildroot, Vincent Fazio, Julien Olivain, Thomas Petazzoni

>>>>> "Christian" == Christian Stewart <christian@aperture.us> writes:

 > Commit b03dc5: package/mmc-utils: bump to 523d8f3cfb21
 > The README hash changed causing a build failure:

 > https://github.com/skiffos/SkiffOS/actions/runs/12266361526/job/34224344838#step:8:60617

 > Update the hash for the README.md file to fix the issue.

 > Reproduce: make mmc-utils-legal-info

 > Signed-off-by: Christian Stewart <christian@aperture.us>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file
@ 2024-12-11 13:33 Vincent Fazio
  0 siblings, 0 replies; 6+ messages in thread
From: Vincent Fazio @ 2024-12-11 13:33 UTC (permalink / raw)
  To: Christian Stewart, buildroot@buildroot.org
  Cc: Julien Olivain, Thomas Petazzoni



> -----Original Message-----
> From: Christian Stewart <christian@aperture.us>
> Sent: Tuesday, December 10, 2024 6:50 PM
> To: buildroot@buildroot.org
> Cc: Peter Korsgaard <peter@korsgaard.com>; Vincent Fazio <vfazio@xes-
> inc.com>; Julien Olivain <ju.o@free.fr>; Thomas Petazzoni
> <thomas.petazzoni@bootlin.com>; Christian Stewart <christian@aperture.us>
> Subject: [External] - [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for
> readme file
> 
> Commit b03dc5: package/mmc-utils: bump to 523d8f3cfb21
> 

Sorry and thanks for fixing my mistake!


_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file
  2024-12-11  6:50 ` Baruch Siach via buildroot
  2024-12-11  7:39   ` Christian Stewart via buildroot
@ 2024-12-12 19:49   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-12-12 19:49 UTC (permalink / raw)
  To: Baruch Siach via buildroot
  Cc: Thomas Petazzoni, Julien Olivain, Christian Stewart,
	Vincent Fazio

>>>>> "Baruch" == Baruch Siach via buildroot <buildroot@buildroot.org> writes:

 > Hi Christian,
 > On Tue, Dec 10 2024, Christian Stewart via buildroot wrote:
 >> Commit b03dc5: package/mmc-utils: bump to 523d8f3cfb21
 >> 
 >> The README hash changed causing a build failure:
 >> 
 >> https://github.com/skiffos/SkiffOS/actions/runs/12266361526/job/34224344838#step:8:60617
 >> 
 >> Update the hash for the README.md file to fix the issue.

 > The patch updates README hash. Is that a typo?

Ups, I missed your comment - Sorry about that.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-12-12 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11  0:49 [Buildroot] [PATCH v1 1/1] package/mmc-utils: fix hash mismatch for readme file Christian Stewart via buildroot
2024-12-11  6:50 ` Baruch Siach via buildroot
2024-12-11  7:39   ` Christian Stewart via buildroot
2024-12-12 19:49   ` Peter Korsgaard
2024-12-11  8:11 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2024-12-11 13:33 Vincent Fazio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.