* git submodule deinit
@ 2015-03-05 21:14 Loic Dachary
2015-03-05 21:22 ` Ken Dreyer
2015-03-05 23:08 ` Danny Al-Gaaf
0 siblings, 2 replies; 5+ messages in thread
From: Loic Dachary @ 2015-03-05 21:14 UTC (permalink / raw)
To: Danny Al-Gaaf; +Cc: Ceph Development
[-- Attachment #1: Type: text/plain, Size: 533 bytes --]
Hi Danny,
Unfortunately it looks like submodule deinit requires a version of git that's not in precise.
http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-precise-amd64-basic/log.cgi?log=9a0ac62a9cf27573d5345143a3bc6c6b737031db
+ git submodule deinit -f .
error: pathspec 'deinit' did not match any file(s) known to git.
error: pathspec '-f' did not match any file(s) known to git.
I'll revert that and go back to rm until we find a better way.
Cheers
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: git submodule deinit
2015-03-05 21:14 git submodule deinit Loic Dachary
@ 2015-03-05 21:22 ` Ken Dreyer
2015-03-05 22:30 ` Loic Dachary
2015-03-05 23:08 ` Danny Al-Gaaf
1 sibling, 1 reply; 5+ messages in thread
From: Ken Dreyer @ 2015-03-05 21:22 UTC (permalink / raw)
To: Loic Dachary, Danny Al-Gaaf; +Cc: Ceph Development
On 03/05/2015 02:14 PM, Loic Dachary wrote:
> Hi Danny,
>
> Unfortunately it looks like submodule deinit requires a version of
> git that's not in precise.
>
> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-precise-amd64-basic/log.cgi?log=9a0ac62a9cf27573d5345143a3bc6c6b737031db
>
> + git submodule deinit -f .
>
> error: pathspec 'deinit' did not match any file(s) known to git.
>
> error: pathspec '-f' did not match any file(s) known to git.
>
> I'll revert that and go back to rm until we find a better way.
>
> Cheers
>
I recently discovered that some of the gitbuilders (at least the Red
Hat-based ones) use a git version 1.8.5.3 built directly from source
and installed into /srv.
https://github.com/ceph/autobuild-ceph/blob/master/fabfile.py#L1078
The packager side of me cannot stop my eyebrow from involuntarily
twitching at this, but the hacker side of me suspects you may be able
to just call this install_git() function on Ubuntu Precise.
- Ken
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git submodule deinit
2015-03-05 21:14 git submodule deinit Loic Dachary
2015-03-05 21:22 ` Ken Dreyer
@ 2015-03-05 23:08 ` Danny Al-Gaaf
2015-03-06 17:17 ` Loic Dachary
1 sibling, 1 reply; 5+ messages in thread
From: Danny Al-Gaaf @ 2015-03-05 23:08 UTC (permalink / raw)
To: Loic Dachary; +Cc: Ceph Development
Am 05.03.2015 um 22:14 schrieb Loic Dachary:
> Hi Danny,
>
> Unfortunately it looks like submodule deinit requires a version of
> git that's not in precise.
>
> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-precise-amd64-basic/log.cgi?log=9a0ac62a9cf27573d5345143a3bc6c6b737031db
>
> + git submodule deinit -f .
>
> error: pathspec 'deinit' did not match any file(s) known to git.
>
> error: pathspec '-f' did not match any file(s) known to git.
>
> I'll revert that and go back to rm until we find a better way.
'git submodule deinit' was introduced in git 1.8.2(-rc3), 4. Mar 2013,
it is quite old, the upcoming git version is 2.3.2.
Which version is used in precise? The code of deinit is only a script.
This may could also be integrated in the existing gitbuilder code as a
helper function. if there is no way to update git to an newer version.
Danny
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git submodule deinit
2015-03-05 23:08 ` Danny Al-Gaaf
@ 2015-03-06 17:17 ` Loic Dachary
0 siblings, 0 replies; 5+ messages in thread
From: Loic Dachary @ 2015-03-06 17:17 UTC (permalink / raw)
To: Danny Al-Gaaf; +Cc: Ceph Development
[-- Attachment #1: Type: text/plain, Size: 1182 bytes --]
Hi Danny,
On 06/03/2015 00:08, Danny Al-Gaaf wrote:
> Am 05.03.2015 um 22:14 schrieb Loic Dachary:
>> Hi Danny,
>>
>> Unfortunately it looks like submodule deinit requires a version of
>> git that's not in precise.
>>
>> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-precise-amd64-basic/log.cgi?log=9a0ac62a9cf27573d5345143a3bc6c6b737031db
>>
>> + git submodule deinit -f .
>>
>> error: pathspec 'deinit' did not match any file(s) known to git.
>>
>> error: pathspec '-f' did not match any file(s) known to git.
>>
>> I'll revert that and go back to rm until we find a better way.
>
> 'git submodule deinit' was introduced in git 1.8.2(-rc3), 4. Mar 2013,
> it is quite old, the upcoming git version is 2.3.2.
$ git --version
git version 1.7.9.5
>
> Which version is used in precise? The code of deinit is only a script.
> This may could also be integrated in the existing gitbuilder code as a
> helper function. if there is no way to update git to an newer version.
Adding such a helper to autobuild-ceph/build-ceph.sh & all to get rid of the explicit rm would be a great idea.
Cheers
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-06 17:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 21:14 git submodule deinit Loic Dachary
2015-03-05 21:22 ` Ken Dreyer
2015-03-05 22:30 ` Loic Dachary
2015-03-05 23:08 ` Danny Al-Gaaf
2015-03-06 17:17 ` Loic Dachary
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.