After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 656640 - [3.2] Fix colord and packagekit repos
[3.2] Fix colord and packagekit repos
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2011-08-16 10:19 UTC by Marc-Andre Lureau
Modified: 2011-08-17 11:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[3.2] Fix colord and packagekit repos (2.25 KB, patch)
2011-08-16 10:19 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2011-08-16 10:19:13 UTC
Fix colord and packagekit repos
Comment 1 Marc-Andre Lureau 2011-08-16 10:19:15 UTC
Created attachment 193926 [details] [review]
[3.2] Fix colord and packagekit repos

Without fixing the git repo, I get the following error:

git clone git://gitorious.org/packagekit/packagekit PackageKit
Cloning into PackageKit...

== Gitorious: ==========================================================
Access denied or bad command
Comment 2 Craig Keogh 2011-08-16 11:55:33 UTC
Comment on attachment 193926 [details] [review]
[3.2] Fix colord and packagekit repos

With your patch:
jhbuild buildone PackageKit
*** Checking out PackageKit *** [1/1]
git remote set-url origin git://gitorious.org/packagekit/packagekit.git
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
*** Error during phase checkout of PackageKit: ########## Error running git remote set-url origin git://gitorious.org/packagekit/packagekit.git *** [1/1]

Without your patch, PackageKit works fine.

colord works with your patch:

jhbuild buildone colord
*** Checking out colord *** [1/1]
git clone git://gitorious.org/colord/master.git colord
Cloning into colord...
remote: Counting objects: 3034, done.
remote: Compressing objects: 100% (2798/2798), done.
remote: Total 3034 (delta 2231), reused 259 (delta 172)
Receiving objects: 100% (3034/3034), 2.28 MiB | 55 KiB/s, done.
Resolving deltas: 100% (2231/2231), done.
git remote set-url origin git://gitorious.org/colord/master.git
git pull --rebase
Current branch master is up to date.

colord also works without your patch:

jhbuild buildone colord
*** Checking out colord *** [1/1]
git clone git://gitorious.org/colord/master.git/master colord
Cloning into colord...
remote: Counting objects: 3034, done.
remote: Compressing objects: 100% (2798/2798), done.

According to http://gitorious.org/colord/
Your method is correct and I'd be happy to add it to JHBuild.
Comment 3 Marc-Andre Lureau 2011-08-16 12:48:28 UTC
(In reply to comment #2)
> (From update of attachment 193926 [details] [review])
> With your patch:
> jhbuild buildone PackageKit
> *** Checking out PackageKit *** [1/1]
> git remote set-url origin git://gitorious.org/packagekit/packagekit.git
> fatal: Not a git repository (or any parent up to mount parent )
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> *** Error during phase checkout of PackageKit: ########## Error running git
> remote set-url origin git://gitorious.org/packagekit/packagekit.git *** [1/1]
> 
> Without your patch, PackageKit works fine.
> 
 But this is the correct uri: git://gitorious.org/packagekit/packagekit.git

Can you try removing your PackageKit directory?
Comment 4 Craig Keogh 2011-08-17 11:55:16 UTC
Comment on attachment 193926 [details] [review]
[3.2] Fix colord and packagekit repos

I don't know why I got the error last night. It works fine now. Thank you. Committed.
http://git.gnome.org/browse/jhbuild/commit/?id=b356bf1df73ce533bb95d15e2c025d8a8b752449