repo 1.12.21 released

86 views
Skip to first unread message

Conley Owens

unread,
Apr 28, 2015, 4:20:49 PM4/28/15
to repo-discuss
A new version of repo (v1.12.21) has been released. You may let your
client update itself eventually on a sync or you can run 'repo
selfupdate'. There is no corresponding launcher change.

changelog:
* Fixed a bug that hides git output
* Fixed a bug with the --depth feature for git < 1.8.2
* Fixed a bug with mirrors that occurs when an upstream project
doesn't have the default revision
* Various code cleanup changes
* A small python3 compatibility improvement

Please respond here if you run into any issues.

Thanks!
~cco3

Nirav Desai

unread,
Apr 29, 2015, 9:26:13 AM4/29/15
to repo-d...@googlegroups.com
Why this is marked as abuse? It has been marked as abuse.
Report not abuse
with this version updated, we are having issues where repo sync is not setting correct remote path and failing with errors.

fatal: '@git.xxx.com/xxx/frameworks-base' does not appear to be a git repository

It should be g...@git.xxx.com but repo is setting URL as @git.xxx.com

How can we fix this?

Thanks,
Nirav Desai.

Nirav Desai

unread,
Apr 29, 2015, 10:12:25 AM4/29/15
to repo-d...@googlegroups.com
Why this is marked as abuse? It has been marked as abuse.
Report not abuse
when I revert this commit https://gerrit.googlesource.com/git-repo/+/cb07ba7e3d466a98d0af0771b4f3e21116d69898 I can do repo sync fine.

I have remote defined as below in my manifest.

<remote fetch="ssh://g...@git.xxx.com" name="xxx"/>

Marcelo Bissaro

unread,
Apr 29, 2015, 1:03:29 PM4/29/15
to repo-d...@googlegroups.com
Why this is marked as abuse? It has been marked as abuse.
Report not abuse

 I got the same here. On manifest_xml.py line 92 and 93, we have this:

     if manifestUrl.find(':') != manifestUrl.find('/') - 1:
       url = urllib.parse.urljoin('gopher://' + manifestUrl, url)[9:]

 It is making the remote being created this way:


 Instead of this way:


 Frist 9 chars are being removed by manifest_url.py script. 
 
 So, after that, the fetch will fail because "rit.xxx.com" is not a valid address.
 
Regards,
Marcelo

Conley Owens

unread,
Apr 29, 2015, 1:15:17 PM4/29/15
to Marcelo Bissaro, repo-discuss
Why this is marked as abuse? It has been marked as abuse.
Report not abuse
Thanks all, looking into it.
> --
> --
> To unsubscribe, email repo-discuss...@googlegroups.com
> More info at http://groups.google.com/group/repo-discuss?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Repo and Gerrit Discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to repo-discuss...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Conley Owens

unread,
Apr 29, 2015, 2:02:04 PM4/29/15
to Marcelo Bissaro, repo-discuss
Why this is marked as abuse? It has been marked as abuse.
Report not abuse
OK, repo 1.12.22 out with a fix for this issue. Please run repo
selfupdate; repo sync.

Nirav Desai

unread,
Apr 29, 2015, 2:29:41 PM4/29/15
to repo-d...@googlegroups.com, mbis...@gmail.com
Why this is marked as abuse? It has been marked as abuse.
Report not abuse
Thanks for the update. Confirmed its working.

Conley Owens

unread,
Apr 29, 2015, 2:36:29 PM4/29/15
to Nirav Desai, repo-discuss, Marcelo Bissaro
Why this is marked as abuse? It has been marked as abuse.
Report not abuse
great!
Reply all
Reply to author
Forward
0 new messages