[Git][haskell-team/tools][master] 2 commits: binNMUs: Sync architecture lists with archive

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Oct 27 07:48:21 BST 2023



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / tools


Commits:
59fd3e56 by Jessica Clarke at 2023-09-11T19:22:02+00:00
binNMUs: Sync architecture lists with archive

* Remove mipsel
* Move riscv64 from portsArches to defaultArches
* Add arc
* Add loong64
* Remove powerpcspe
* Remove kfreebsd-*
* Sort portsArches alphabetically

- - - - -
71e96b01 by Ilias Tsitsimpis at 2023-10-27T06:48:18+00:00
Merge branch 'binnmus-sync' into 'master'

binNMUs: Sync architecture lists with archive

See merge request haskell-team/tools!3
- - - - -


1 changed file:

- binnmus/binNMUs.hs


Changes:

=====================================
binnmus/binNMUs.hs
=====================================
@@ -45,14 +45,14 @@ import Database.PostgreSQL.Simple.Types (Query(Query))
 import AcquireFile
 
 defaultArches :: [Arch]
-defaultArches = words "amd64 arm64 armel armhf i386 mipsel mips64el ppc64el s390x"
+defaultArches = words "amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x"
 
 -- non-default arches
 extraArches :: [Arch]
 extraArches = words "sparc"
 
 portsArches :: [Arch]
-portsArches = words "alpha hppa ia64 m68k powerpc powerpcspe ppc64 riscv64 sh4 sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386"
+portsArches = words "alpha arc hppa hurd-i386 ia64 loong64 m68k powerpc ppc64 sh4 sparc64 x32"
 
 allArches :: [Arch]
 allArches = defaultArches ++ extraArches ++ portsArches



View it on GitLab: https://salsa.debian.org/haskell-team/tools/-/compare/0f81f3834c247a7489c8e4bacb6eecf79e040432...71e96b01ab4e86e25130ea254c653faf28f749bd

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/tools/-/compare/0f81f3834c247a7489c8e4bacb6eecf79e040432...71e96b01ab4e86e25130ea254c653faf28f749bd
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20231027/7e24ee73/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list