Paweł Moll

Results 10 comments of Paweł Moll

> sbt's distribution script calls the following with `deb.architecture=all` against Artifactory's REST API: > > ```shell > curl -H "X-JFrog-Art-Api:$some_credential" -XPUT "https://scala.jfrog.io/artifactory/debian/sbt-$SBT_VER.deb;deb.distribution=all;deb.component=main;deb.architecture=all" -T "target/sbt_${SBT_VER}_all.deb" > ``` Right, I think the...

Ok, would you mind me talking to our JFrog contacts to ask them to assist? I've just looked at one of our internal repos with deb packages (a federated one,...

I've experimented with a Debian repos on our Artifactory instance and am now convinced that the metadata generated is "a bit wrong". We'll open a ticket with JFrog support tomorrow,...

And indeed it seems to have helped: ``` $ cat /etc/apt/sources.list.d/scala-sbt.list deb https://repo.scala-sbt.org/scalasbt/debian all main $ dpkg --print-architecture arm64 $ sudo apt update ... Get:5 https://scala.jfrog.io/artifactory/debian all InRelease [4,407 B]...

Hm. There's some *small* potential for causing harm - you'd be providing a package that already exist in official Debian repos. Granted, hello is not exactly at the top of...

Alternatively, I can create a dummy arm64 package, containing absolutely nothing and one that doesn't exist anywhere else. Something that no one of sound mind would ever think of apt...

A quick update: after checking up with JFrog, there seem to be a Artifactory configuration variable that enumerates list of architectures that should have metadata generated for by default. Not...

May I ask in what version was this change merged? I can see a 300.1-1.el8_9 package - if it's new enough, I'm happy to upgrade to 8.9 on my side.

For the record - the problem is *not* a blocker. We just create a VM with no storage and add it manually before kicking off the installation.

After upgrading to RHEL8.9 I've realised that the 300.1-1.el8_9 package comes from the beta repos, but I've pulled it individually: cockpit 286.1 cockpit-bridge 286.1 cockpit-machines 300.1 cockpit-packagekit 286.2 cockpit-storaged 286.2...