~alpine/devel

3 3

APKBUILD: Changing style of sha512sum line

Details
Message ID
<20200606162435.b7woeh4d7jw6vcgy@wolfsden.cz>
DKIM signature
missing
Download raw message
Hello,

currently checksum in APKBUILD looks likes


sha512sums="3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480  deluge-2.0.3.tar.xz
8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c  10-python38-logging.patch"


I would like to propose turning it into


sha512sums="
3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480  deluge-2.0.3.tar.xz
8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c  10-python38-logging.patch
"


in order to make a diffs a tiny bit more readable. The filenames would
be aligned and it would overall look more readable (IMO). I'm not
proposing changing this in bulk everywhere, just tweaking abuild
checksum and letting it happen over time. I'm willing to make a patch if
there is an agreement on this.


W.

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
Details
Message ID
<CAMaqUZ2mHdWDEHAnktvHzCxZWtRrpUgDjpSsRszt-KqjDAYQsA@mail.gmail.com>
In-Reply-To
<20200606162435.b7woeh4d7jw6vcgy@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
+1

On Sat, Jun 6, 2020 at 12:25 PM Wolf <wolf@wolfsden.cz> wrote:
>
> Hello,
>
> currently checksum in APKBUILD looks likes
>
>
> sha512sums="3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480  deluge-2.0.3.tar.xz
> 8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c  10-python38-logging.patch"
>
>
> I would like to propose turning it into
>
>
> sha512sums="
> 3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480  deluge-2.0.3.tar.xz
> 8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c  10-python38-logging.patch
> "
>
>
> in order to make a diffs a tiny bit more readable. The filenames would
> be aligned and it would overall look more readable (IMO). I'm not
> proposing changing this in bulk everywhere, just tweaking abuild
> checksum and letting it happen over time. I'm willing to make a patch if
> there is an agreement on this.
>
>
> W.
>
> --
> There are only two hard things in Computer Science:
> cache invalidation, naming things and off-by-one errors.
Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20200606172951.GA30122@arya.arvanta.net>
In-Reply-To
<20200606162435.b7woeh4d7jw6vcgy@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
On Sat, 2020-06-06 at 18:24, Wolf wrote:
> currently checksum in APKBUILD looks likes
> 
> 
> sha512sums="3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480  deluge-2.0.3.tar.xz
> 8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c  10-python38-logging.patch"
> 
> 
> I would like to propose turning it into
> 
> 
> sha512sums="
> 3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480  deluge-2.0.3.tar.xz
> 8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c  10-python38-logging.patch
> "
> 
> 
> in order to make a diffs a tiny bit more readable. The filenames would
> be aligned and it would overall look more readable (IMO). I'm not
> proposing changing this in bulk everywhere, just tweaking abuild
> checksum and letting it happen over time. I'm willing to make a patch if
> there is an agreement on this.
 
I agree.

--
Details
Message ID
<20200606174709.46567d6d@enterprise>
In-Reply-To
<20200606162435.b7woeh4d7jw6vcgy@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
On Sat, 6 Jun 2020 18:24:35 +0200
Wolf <wolf@wolfsden.cz> wrote:

> Hello,
> 
> currently checksum in APKBUILD looks likes
> 
> 
> sha512sums="3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480
>  deluge-2.0.3.tar.xz
> 8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c
>  10-python38-logging.patch"
> 
> 
> I would like to propose turning it into
> 
> 
> sha512sums="
> 3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480
>  deluge-2.0.3.tar.xz
> 8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c
>  10-python38-logging.patch "
> 
> 
> in order to make a diffs a tiny bit more readable. The filenames would
> be aligned and it would overall look more readable (IMO). I'm not
> proposing changing this in bulk everywhere, just tweaking abuild
> checksum and letting it happen over time. I'm willing to make a patch
> if there is an agreement on this.
> 
> 
> W.
> 

Hello

Fine by me

Regards
Leo
Reply to thread Export thread (mbox)