I can use mash to get all packages from koji with "mash dist-fc13"
When i have a new build , i don'tÂ* want to reget all packages form koji , i just want to get the package like update .
can mash do that?
How to use mash to get update packages?
How to use these options below ,and What is their purpose?
Â* -p PREVIOUS, --previous=PREVIOUS
Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â* previous mash run to use as basis for createrepo
Â* -d DELTA, --delta=DELTA
Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â* previous directory to use for deltarpm creation
I can't find docs for mash, ^-^
Thanks
--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
11-05-2010, 02:00 AM
Bill Nottingham
how to use mash update ?
Eric Zhong (ericiszhongwenjia@gmail.com) said:
> I can use mash to get all packages from koji with "mash dist-fc13"
> When i have a new build , i don't want to reget all packages form koji , i
> just want to get the package like update .
> can mash do that?
Sure. Given that updates go to dist-f13-updates-candidate, etc., you
probably want to be using that.
> How to use these options below ,and What is their purpose?
>
> -p PREVIOUS, --previous=PREVIOUS
> previous mash run to use as basis for createrep
This directory specifies where it copies prior metadata from, to speed
up metadata creation.
> -d DELTA, --delta=DELTA
> previous directory to use for deltarpm creation
This specifies what mash creates deltas against. (It defaults to whatever
you set '-p' to.)
What are you trying to use mash for, in general? It's sort of a
special-purpose tool.
Bill
>
> I can't find docs for mash, ^-^
>
> Thanks
> --
> buildsys mailing list
> buildsys@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/buildsys
--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
11-05-2010, 02:21 AM
Eric Zhong
how to use mash update ?
Thanks for your reply.
but i don't understand the "delta" too, and how to use this option ,Â* is itÂ* "mash -d dist-fc13"Â* ?
I am building my own distribution, so i use koji to build srpms.
and then i want to extract pkgs from koji with mash.
but when i use "mash xxx ", it will delete old mash dir and get all pkgs then createrepo again.
when i have some new builds in koji ,i only want to extract these new pkgs to the old repo, not redo mash again.
It will waste too much time.
2010/11/5 Bill Nottingham <notting@redhat.com>
Eric Zhong (ericiszhongwenjia@gmail.com) said:
> I can use mash to get all packages from koji with "mash dist-fc13"
> When i have a new build , i don't Â*want to reget all packages form koji , i
> just want to get the package like update .
> can mash do that?
Sure. Given that updates go to dist-f13-updates-candidate, etc., you
probably want to be using that.
> How to use these options below ,and What is their purpose?
>
> Â* -p PREVIOUS, --previous=PREVIOUS
> Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* previous mash run to use as basis for createrep
This directory specifies where it copies prior metadata from, to speed
up metadata creation.
> Â* -d DELTA, --delta=DELTA
> Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* previous directory to use for deltarpm creation
This specifies what mash creates deltas against. (It defaults to whatever
you set '-p' to.)
What are you trying to use mash for, in general? It's sort of a
--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
11-05-2010, 02:44 AM
Bill Nottingham
how to use mash update ?
Eric Zhong (ericiszhongwenjia@gmail.com) said:
> so, can i update the new pkgs from koji to mash old dir , but not
> re-extract all pkgs by old cmd "mash xxx" ?
As I said, it's intentional that it creates a new repo each time; you can't
change this. You can use the caching feature to cut down on bandwidth use.
Bill
--
buildsys mailing list
buildsys@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys