* btrfs-progs repository
@ 2011-08-04 9:45 Leonidas Spyropoulos
2011-08-04 10:01 ` Hugo Mills
2011-08-04 10:14 ` Helmut Hullen
0 siblings, 2 replies; 6+ messages in thread
From: Leonidas Spyropoulos @ 2011-08-04 9:45 UTC (permalink / raw)
To: linux-btrfs
Hello,
Why the official repository is not updated with the latest patched for gcc 4.6?
I noticed that http://git.darksatanic.net/repo/btrfs-progs-unstable.git/
includes more patches than the
git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git
So I was wondering is it some kind of testing to be done on patches to
be included into the official repo?
Another thing is that there are commands for creating the build
enviroment for fedora and debian but I found nowhere in the wiki the
dependencies of the btrfs-progs to compile them.
Shouldn't be a list of packages or dependencies for it?
Thanks
Leonidas
--
Caution: breathing may be hazardous to your health.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: btrfs-progs repository
2011-08-04 9:45 btrfs-progs repository Leonidas Spyropoulos
@ 2011-08-04 10:01 ` Hugo Mills
2011-08-04 10:14 ` Leonidas Spyropoulos
2011-08-04 10:14 ` Helmut Hullen
1 sibling, 1 reply; 6+ messages in thread
From: Hugo Mills @ 2011-08-04 10:01 UTC (permalink / raw)
To: Leonidas Spyropoulos; +Cc: linux-btrfs
[-- Attachment #1: Type: text/plain, Size: 2019 bytes --]
On Thu, Aug 04, 2011 at 10:45:30AM +0100, Leonidas Spyropoulos wrote:
> Why the official repository is not updated with the latest patched for gcc 4.6?
> I noticed that http://git.darksatanic.net/repo/btrfs-progs-unstable.git/
> includes more patches than the
> git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git
>
> So I was wondering is it some kind of testing to be done on patches to
> be included into the official repo?
There have been a lot of patches published in the 9 months or so
since the upstream repo was last updated -- Chris has been
concentrating on other things (like kernel-side stability and the new
fsck). I pulled them all into one place and started to try to make
sense of them all, which is the ongoing work that is the darksatanic
repo.
There's a for-chris branch (which is actually the same as my master
branch now), which is the "stable" patches that have (mostly) been
reviewed. Then there's the integration-* branches, which are general
dumps of things that aren't ready to go upstream yet, but which I'm
publishing simply to get patches available for testing (particularly
new features like scrub).
I should probably send Chris another pull request. :)
> Another thing is that there are commands for creating the build
> enviroment for fedora and debian but I found nowhere in the wiki the
> dependencies of the btrfs-progs to compile them.
> Shouldn't be a list of packages or dependencies for it?
The website is a wiki, so feel free to update the instructions with
anything you've found to be missing. And I'll happily accept patches
to any instructions that are shipped with the userspace tools. :)
(I believe the only dependencies are libuuid and libxattr --
whatever they're called on $distribution).
Hugo.
--
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
--- emacs: Eighty Megabytes And Constantly Swapping. ---
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: btrfs-progs repository
2011-08-04 9:45 btrfs-progs repository Leonidas Spyropoulos
2011-08-04 10:01 ` Hugo Mills
@ 2011-08-04 10:14 ` Helmut Hullen
2011-08-04 13:20 ` Leonidas Spyropoulos
1 sibling, 1 reply; 6+ messages in thread
From: Helmut Hullen @ 2011-08-04 10:14 UTC (permalink / raw)
To: linux-btrfs
Hallo, Leonidas,
Du meintest am 04.08.11:
> Another thing is that there are commands for creating the build
> enviroment for fedora and debian but I found nowhere in the wiki the
> dependencies of the btrfs-progs to compile them.
> Shouldn't be a list of packages or dependencies for it?
Have you already studied the "INSTALL" file?
Viele Gruesse!
Helmut
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: btrfs-progs repository
2011-08-04 10:01 ` Hugo Mills
@ 2011-08-04 10:14 ` Leonidas Spyropoulos
0 siblings, 0 replies; 6+ messages in thread
From: Leonidas Spyropoulos @ 2011-08-04 10:14 UTC (permalink / raw)
To: Hugo Mills, Leonidas Spyropoulos, linux-btrfs
On Thu, Aug 4, 2011 at 11:01 AM, Hugo Mills <hugo@carfax.org.uk> wrote:
> On Thu, Aug 04, 2011 at 10:45:30AM +0100, Leonidas Spyropoulos wrote:
>> Why the official repository is not updated with the latest patched f=
or gcc 4.6?
>> I noticed that http://git.darksatanic.net/repo/btrfs-progs-unstable.=
git/
>> includes more patches than the
>> git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unst=
able.git
>>
>> So I was wondering is it some kind of testing to be done on patches =
to
>> be included into the official repo?
>
> =A0 There have been a lot of patches published in the 9 months or so
> since the upstream repo was last updated -- Chris has been
> concentrating on other things (like kernel-side stability and the new
> fsck). I pulled them all into one place and started to try to make
> sense of them all, which is the ongoing work that is the darksatanic
> repo.
>
> =A0 There's a for-chris branch (which is actually the same as my mast=
er
> branch now), which is the "stable" patches that have (mostly) been
> reviewed. Then there's the integration-* branches, which are general
> dumps of things that aren't ready to go upstream yet, but which I'm
> publishing simply to get patches available for testing (particularly
> new features like scrub).
>
> =A0 I should probably send Chris another pull request. :)
The only reason for me to search the mailing list for an alternative
repository (and I send the message after) was because with the latest
stable gcc 4.6 it doesn't compile due to some unused variables
(WARNINGS) so your repository seems to compile fine.
I wasn't after some cool new untested feature tbh, just the latest
btrfs. Would be cool to update it.
>
>> Another thing is that there are commands for creating the build
>> enviroment for fedora and debian but I found nowhere in the wiki the
>> dependencies of the btrfs-progs to compile them.
>> Shouldn't be a list of packages or dependencies for it?
>
> =A0 The website is a wiki, so feel free to update the instructions wi=
th
> anything you've found to be missing. And I'll happily accept patches
> to any instructions that are shipped with the userspace tools. :)
I would be happy to update the wiki if I knew the dependencies :P
And I don't know what you mean with the patched to userspace tools,
sorry for my naiveness.
(even If I make a patch I don't know how to actually produce the
standartize patch mails I see on the mailing list, but that's out of
the mailing list question; would be grateful in an off-the-list email
with instructions).
>
> =A0 (I believe the only dependencies are libuuid and libxattr --
> whatever they're called on $distribution).
No idea and when I searched on Arch linux for those packages didn't
find any with that name, should be under another package.
>
> =A0 Hugo.
>
> --
> =3D=3D=3D Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.=
org.uk =3D=3D=3D
> =A0PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org=
=2Euk
> =A0 =A0 =A0 =A0--- emacs: =A0Eighty Megabytes And Constantly Swapping=
=2E ---
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iD8DBQFOOm4GIKyzvlFcI40RAhsRAJ9G+zIkvJcOAxJp/bACRlLFYqbwIwCggMaU
> mMaunZQG3NDI4yazFuC517Y=3D
> =3DGQRp
> -----END PGP SIGNATURE-----
>
>
--=20
Caution: breathing may be hazardous to your health.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: btrfs-progs repository
2011-08-04 10:14 ` Helmut Hullen
@ 2011-08-04 13:20 ` Leonidas Spyropoulos
2011-08-05 9:48 ` Leonidas Spyropoulos
0 siblings, 1 reply; 6+ messages in thread
From: Leonidas Spyropoulos @ 2011-08-04 13:20 UTC (permalink / raw)
To: helmut; +Cc: linux-btrfs
On Thu, Aug 4, 2011 at 11:14 AM, Helmut Hullen <Hullen@t-online.de> wro=
te:
> Hallo, Leonidas,
>
> Du meintest am 04.08.11:
>
>> Another thing is that there are commands for creating the build
>> enviroment for fedora and debian but I found nowhere in the wiki the
>> dependencies of the btrfs-progs to compile them.
>> Shouldn't be a list of packages or dependencies for it?
>
> Have you already studied the "INSTALL" file?
Right, it's mentioned there must have missed it when I read the
INSTALL months ago..
I didn't think it would change :P
>
> Viele Gruesse!
> Helmut
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs=
" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at =A0http://vger.kernel.org/majordomo-info.html
>
--=20
Caution: breathing may be hazardous to your health.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: btrfs-progs repository
2011-08-04 13:20 ` Leonidas Spyropoulos
@ 2011-08-05 9:48 ` Leonidas Spyropoulos
0 siblings, 0 replies; 6+ messages in thread
From: Leonidas Spyropoulos @ 2011-08-05 9:48 UTC (permalink / raw)
To: helmut; +Cc: linux-btrfs
Updated the wiki accordingly
On Thu, Aug 4, 2011 at 2:20 PM, Leonidas Spyropoulos
<artafinde@gmail.com> wrote:
> On Thu, Aug 4, 2011 at 11:14 AM, Helmut Hullen <Hullen@t-online.de> w=
rote:
>> Hallo, Leonidas,
>>
>> Du meintest am 04.08.11:
>>
>>> Another thing is that there are commands for creating the build
>>> enviroment for fedora and debian but I found nowhere in the wiki th=
e
>>> dependencies of the btrfs-progs to compile them.
>>> Shouldn't be a list of packages or dependencies for it?
>>
>> Have you already studied the "INSTALL" file?
> Right, it's mentioned there must have missed it when I read the
> INSTALL months ago..
> I didn't think it would change :P
>
>>
>> Viele Gruesse!
>> Helmut
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-btrf=
s" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at =A0http://vger.kernel.org/majordomo-info.html
>>
>
>
>
> --
> Caution: breathing may be hazardous to your health.
>
--=20
Caution: breathing may be hazardous to your health.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-08-05 9:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 9:45 btrfs-progs repository Leonidas Spyropoulos
2011-08-04 10:01 ` Hugo Mills
2011-08-04 10:14 ` Leonidas Spyropoulos
2011-08-04 10:14 ` Helmut Hullen
2011-08-04 13:20 ` Leonidas Spyropoulos
2011-08-05 9:48 ` Leonidas Spyropoulos
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.