]> git.corax.cc Git - foundry/commit
src/distbot.sh: Fix handling of multi-architecture repositories
authorMatthias Kruk <m@m10k.eu>
Tue, 15 Feb 2022 10:18:03 +0000 (19:18 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 15 Feb 2022 10:18:03 +0000 (19:18 +0900)
commitd840d5c82a94d22b66769ba75a4b62fac3c14dd3
treedc0a663c9845dd659d2dd7b316874d46b1100631
parentb8bb1cff6805c3d1352cb300aa6912d14f175acd
src/distbot.sh: Fix handling of multi-architecture repositories

The conf/distributions file created by distbot for repositories with
multiple architectures specifies the repository's architectures with
a comma-separated list. However, the list should be space-separated.

This commit changes distbot so that
 * architectures must be passed one-by-one using `--arch`, and
 * the generated conf/distributions file contains a space-separated
   list of architectures.
README.md
src/distbot.sh