debinstall #50422 add an option to upload all packages in dists/ [rejected]
For a typical release, we often have more than ten "*.changes" files to upload. A global option to upload all at once would be nice Inline emphasis start-string without end-string. | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2010/10/27 13:10
add commentJust use the shell:
ldi upload REPOSITORY $HOME/dists/*/your_changes_file.changes
or
ldi upload REPOSITORY $HOME/dists/*/*.changes
But the last one is quite dangerous for repository sanity.