Repositories
translation-hub
A translation hub site for translating meego.com websites.
-
Cloning this repository:
git clone git://gitorious.org/meego-web-infrastructure/translation-hub.git translation-hub cd translation-hub
Add this repository as a remote to an existing local repository:
git remote add translation-hub git://gitorious.org/meego-web-infrastructure/translation-hub.git git fetch translation-hub git checkout -b my-local-tracking-branch translation-hub/master_or_other_branch
meego-help-site
Drupal files and configurations for the http://help.meego.com site.
-
Cloning this repository:
git clone git://gitorious.org/meego-web-infrastructure/meego-help-site.git meego-help-site cd meego-help-site
Add this repository as a remote to an existing local repository:
git remote add meego-help-site git://gitorious.org/meego-web-infrastructure/meego-help-site.git git fetch meego-help-site git checkout -b my-local-tracking-branch meego-help-site/master_or_other_branch
sf2011-meego-conference
Code base for the MeeGo Conference 2011 in SF.
-
Cloning this repository:
git clone git://gitorious.org/meego-web-infrastructure/sf2011-meego-conference.git sf2011-meego-conference cd sf2011-meego-conference
Add this repository as a remote to an existing local repository:
git remote add sf2011-meego-conference git://gitorious.org/meego-web-infrastructure/sf2011-meego-conference.git git fetch sf2011-meego-conference git checkout -b my-local-tracking-branch sf2011-meego-conference/master_or_other_branch
meego-developer-website
Drupal code base for the http://developer.meego.com site.
-
Cloning this repository:
git clone git://gitorious.org/meego-web-infrastructure/meego-developer-website.git meego-developer-website cd meego-developer-website
Add this repository as a remote to an existing local repository:
git remote add meego-developer-website git://gitorious.org/meego-web-infrastructure/meego-developer-website.git git fetch meego-developer-website git checkout -b my-local-tracking-branch meego-developer-website/master_or_other_branch
meego-auth-website
-
Cloning this repository:
git clone git://gitorious.org/meego-web-infrastructure/meego-auth-website.git meego-auth-website cd meego-auth-website
Add this repository as a remote to an existing local repository:
git remote add meego-auth-website git://gitorious.org/meego-web-infrastructure/meego-auth-website.git git fetch meego-auth-website git checkout -b my-local-tracking-branch meego-auth-website/master_or_other_branch
meego-main-website
-
Cloning this repository:
git clone git://gitorious.org/meego-web-infrastructure/meego-main-website.git meego-main-website cd meego-main-website
Add this repository as a remote to an existing local repository:
git remote add meego-main-website git://gitorious.org/meego-web-infrastructure/meego-main-website.git git fetch meego-main-website git checkout -b my-local-tracking-branch meego-main-website/master_or_other_branch
meego-conference-2010
-
Cloning this repository:
git clone git://gitorious.org/meego-web-infrastructure/meego-conference-2010.git meego-conference-2010 cd meego-conference-2010
Add this repository as a remote to an existing local repository:
git remote add meego-conference-2010 git://gitorious.org/meego-web-infrastructure/meego-conference-2010.git git fetch meego-conference-2010 git checkout -b my-local-tracking-branch meego-conference-2010/master_or_other_branch
bmc
-
Cloning this repository:
git clone git://gitorious.org/meego-web-infrastructure/bmc.git bmc cd bmc
Add this repository as a remote to an existing local repository:
git remote add bmc git://gitorious.org/meego-web-infrastructure/bmc.git git fetch bmc git checkout -b my-local-tracking-branch bmc/master_or_other_branch

