Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable maven central sync via bintray #2823

Merged
merged 1 commit into from
Mar 17, 2015

Conversation

rspieldenner
Copy link
Contributor

No description provided.

@benjchristensen
Copy link
Member

Thank you!

benjchristensen added a commit that referenced this pull request Mar 17, 2015
Enable maven central sync via bintray
@benjchristensen benjchristensen merged commit 6eae063 into ReactiveX:1.x Mar 17, 2015
@benjchristensen benjchristensen mentioned this pull request Apr 9, 2015
@benjchristensen
Copy link
Member

@rspieldenner I got this error, is it an issue with config or just a transient issue?

https://travis-ci.org/ReactiveX/RxJava/builds/57801257#L3427

Last Sync Errors: Could not sync artifact rxjava-1.0.9-benchmarks.jar. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-benchmarks.jar.sha1. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-sources.jar. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-sources.jar.sha1. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9.pom.asc. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-javadoc.jar. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-javadoc.jar.sha1. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9.jar.asc. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-javadoc.jar.asc. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9.jar. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9.jar.sha1. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-sources.jar.asc. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9.pom. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9.pom.sha1. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-benchmarks.jar.asc. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-benchmarks.jar.md5. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-sources.jar.md5. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9-javadoc.jar.md5. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9.jar.md5. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

Could not sync artifact rxjava-1.0.9.pom.md5. Server response: <title>403 - Forbidden</title>

403 - Forbidden

User 'jryan_netflix' missing 'stage' permission for staging profile: 6e7dce69b90173

@benjchristensen
Copy link
Member

I was able to manually sync from Bintray, but I want to know if it is something about the Gradle sync that we don't have configured right.

@rspieldenner
Copy link
Contributor Author

Not sure. We had one of the nebula plugins have similar problems. I will
take a look and see if it is something we're doing or if it was a blip on
bintray.

About at what time did this happen?

On Thu, Apr 9, 2015 at 6:46 AM, Ben Christensen notifications@github.com
wrote:

I was able to manually sync from Bintray, but I want to know if it is
something about the Gradle sync that we don't have configured right.


Reply to this email directly or view it on GitHub
#2823 (comment).

@rspieldenner
Copy link
Contributor Author

Is this the first release since I added the sonatypeUsername?

@rspieldenner
Copy link
Contributor Author

And I have a theory, I probably used another set of sonatype Credentials that don't have permission to push to io.reactivex. Do you know if RxGroovy or RxScala have been able to publish with what I setup?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants