Leonid Plyushch
eaf357dac0
package uploader: keep old versions currently, always replace deb files with same name
It seems that metadata generation take about 40 seconds.
If we submit a new version of package with deleting previous one, users
will observe 404 errors until new metadata will be published.
6 years ago
Leonid Plyushch
3db390c17a
package uploader: skip packages with custom licenses
Try to detect packages with custom licenses and just skip them
so upload of other packages will be finished successfully.
6 years ago
Leonid Plyushch
7e135fa1c2
package_uploader.sh: check for dependencies before running
6 years ago
Leonid Plyushch
9f088247a4
package_uploader.sh: use more generic bash path for shebang
Fixes error when trying to execute script on NixOS.
6 years ago
Leonid Plyushch
ced6a945ec
package uploader: improve searching of subpackages
Handle cases where package directory is actually symlink.
6 years ago
Leonid Plyushch
b9def36440
package uploader: add support for keeping previous versions, update help info, rename script
6 years ago
Leonid Plyushch
f6ba4502fb
add package uploading script
This script can be used either manually or by CI to
upload packages to Bintray.
6 years ago