You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by Dave <sn...@gmail.com> on 2015/01/19 16:23:54 UTC

Help with Usergrid release script problem

I'm ready to make the 1.0.1 release now, so I used the release.sh script
(that I copied from Jake Farrell's Aurora examples).  Unfortunately, I get
an error when I run the script.

Here's what I did:

1. Delete all branches and tags called "1.0.1"
2. Switch to 1.0.1-rc5 branch
3. Run release/release.sh -p
4. Enter my GPG passphrase
5. Boom! "error: src refspec 1.0.1 matches more than one" failed to push

I don't have a lot of time this morning to investigate this.

Anybody have any ideas what I might be doing wrong?

Thanks,
Dave


The scripts are here:
https://github.com/snoopdave/incubator-usergrid/tree/master/release

Re: Help with Usergrid release script problem

Posted by Dave <sn...@gmail.com>.
On Mon, Jan 19, 2015 at 10:23 AM, Dave <sn...@gmail.com> wrote:

> I'm ready to make the 1.0.1 release now, so I used the release.sh script
> (that I copied from Jake Farrell's Aurora examples).  Unfortunately, I get
> an error when I run the script.
>
> Here's what I did:
> 1. Delete all branches and tags called "1.0.1"
> 2. Switch to 1.0.1-rc5 branch
> 3. Run release/release.sh -p
> 4. Enter my GPG passphrase
> 5. Boom! "error: src refspec 1.0.1 matches more than one" failed to push
>
> I don't have a lot of time this morning to investigate this.
>
> Anybody have any ideas what I might be doing wrong?
>
> The scripts are here:
> https://github.com/snoopdave/incubator-usergrid/tree/master/release
>
>
Problem solved. I was able to comment out some of the Git and SVN logic and
got the script to work, up to a point. I manually added the release files
to SVN.

I've got the website updates ready to go. I'll make those updates and send
out a release announcement once the release files have propagated from SVN
to the ASF mirrors.

- Dave