Re: Repositories converted to Git
rubisher <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
On 02/28/2015 02:09 AM, Hisham Muhammad wrote: > Ten years of commits, from CVS, to Subversion, and now to Git: I'm > happy to announce github.com/gobolinux. > > The entire history of commits has been preserved. That 24024 commits > in the recipes repository, and 4747 commits in the tools repository > (plus a few in the files and external repositories). > > As you can see, I broke the "tools" repository into several separate > repositories, and I tried my best to match tags to their particular > projects (which involved some Ruby hacking to the svn2git project...) > > Due to inconsistencies in the format of the tags/ repository over > time, not all tags were saved (perhaps due to CVS→Subversion > conversions). Still, most recent releases for Scripts and Compile are > properly tagged, though, and the code itself and commit messages > (which usually describe past releases) are all there. > > There is still work to do: the scripts themselves still need to be > converted to point to the new infrastructure. The Git repositories > will be also cloned at the gobolinux.org infrastructure as a backup, > but primary development should happen at GitHub. > > Yes, that means pull requests are welcome! > > I just posted the news: (with a cute icon) > http://gobolinux.org/?page=news&id=106 > > -- Hisham > _______________________________________________ > gobolinux-users mailing list > [email protected] > http://lists.gobolinux.org/mailman/listinfo/gobolinux-users > Awesome job. If somebody else like to keep its local mirror of project here is a list of cmdl: # git clone --bare https://github.com/gobolinux/Scripts.git Scripts.mirror # git clone --bare https://github.com/gobolinux/Compile.git Compile.mirror # git clone --bare https://github.com/gobolinux/BootScripts.git BootScripts.mirror # git clone --bare https://github.com/gobolinux/Recipes.git Recipes.mirror # git clone --bare https://github.com/gobolinux/Bootstrap.git Bootstrap.mirror # git clone --bare https://github.com/gobolinux/LiveCD.git LiveCD.mirror # git clone --bare https://github.com/gobolinux/Listener.git Listener.mirror # git clone --bare https://github.com/gobolinux/Installer.git Installer.mirror # git clone --bare https://github.com/gobolinux/InitRDScripts.git InitRDScripts.mirror # git clone --bare https://github.com/gobolinux/GoboHide.git GoboHide.mirror # git clone --bare https://github.com/gobolinux/GoboBSD.git GoboBSD.mirror # git clone --bare https://github.com/gobolinux/GoboALFS.git GoboALFS.mirror # git clone --bare https://github.com/gobolinux/Freshen.git Freshen.mirror # git clone --bare https://github.com/gobolinux/EnhancedSkel.git EnhancedSkel.mirror # git clone --bare https://github.com/gobolinux/DevelScripts.git DevelScripts.mirror # git clone --bare https://github.com/gobolinux/ConfigTools.git ConfigTools.mirror # git clone --bare https://github.com/gobolinux/CompileFarm.git CompileFarm.mirror # git clone --bare https://github.com/gobolinux/ChrootCompile.git ChrootCompile.mirror # git clone --bare https://github.com/gobolinux/BuildLiveCD.git BuildLiveCD.mirror # git clone --bare https://github.com/gobolinux/AbsTK.git AbsTK.mirror # git clone --bare https://github.com/gobolinux/ViewFS.git ViewFS.mirror # git clone --bare https://github.com/gobolinux/TinyScripts.git TinyScripts.mirror # git clone --bare https://github.com/gobolinux/TinyInstaller.git TinyInstaller.mirror # git clone --bare https://github.com/gobolinux/RecipeTools.git RecipeTools.mirror # git clone --bare https://github.com/gobolinux/Manager.git Manager.mirror # git clone --bare https://github.com/gobolinux/Lua-GoboLinux.git Lua-GoboLinux.mirror It gives (me) another dimension of work. Tx _______________________________________________ gobolinux-users mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-users