Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

[bintray] add Debian repo HTTP headers #49

Merged
merged 1 commit into from Nov 9, 2015
Jump to file or symbol
Failed to load files and symbols.
+2 −0
Split
View
@@ -51,6 +51,8 @@ deb_upload()
curl \
-T ${file} -u ${user}:${apikey} \
-H "X-GPG-PASSPHRASE: ${gpgpass}" \
+ -H "X-Bintray-Debian-Distribution: ${distro}" \
+ -H "X-Bintray-Debian-Component: main" \
"${url};${deb};bt_package=pcp;bt_version=${vers};publish=1"
echo
}