Commit 63fe441
committed
fix: always publish main component even if utils/desktop are empty
This fixes the case where repositories like debs-beta only have packages
in the main/common component (e.g., sid with only kernel packages).
Previously, the merge command would skip publishing if both utils and
desktop repos were empty, resulting in an incomplete repository.
Now we always publish at minimum the main/common component, ensuring all
distributions with any packages get properly published.1 parent 72ec2b1 commit 63fe441
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
962 | 962 | | |
963 | 963 | | |
964 | 964 | | |
965 | | - | |
966 | | - | |
967 | | - | |
968 | | - | |
969 | | - | |
970 | | - | |
| 965 | + | |
| 966 | + | |
971 | 967 | | |
972 | 968 | | |
973 | 969 | | |
| |||
0 commit comments