张胜衡 <[email protected]> writes: > Hi: > As everyone know, the source code of meego is here:http://repo.meego.com/. > However, I am beset with managing the source code of it. I download them > from http://repo.meego.com/, then compile them for using. But I must always > download the newer source code manually when newer is enable.
You may also want to use 'yumdownloader --source' to do that for you. > My questions are: > > 1. Can anyone give me a way that can manage the source code of Meego in > http://repo.meego.com/ easily ? > > 2. Can I use "git" to manage it ? > > 3. If we can manage the source code of Meego in > http://repo.meego.com/ with "git", can you tell me what should I do to > manage it ? repo.meego.com is the output of our package build system (OBS), while git manages source code under development in upstream. When there is a new release in upstream, the source tarball is updated in OBS by the package maintainer, then a new version of package will be built. There is some native version control in OBS. -- Roger WANG, Intel Open Source Technology Center _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
