«Migration to GitLab»: الفرق بين المراجعتين

من ويكي عربآيز
اذهب إلى: تصفح، ابحث
ط (minor changes)
ط
سطر 1: سطر 1:
 
We have recently finished moving Arabeyes self-hosted Git repositories to gitlab.com to reduce the load on the server.
 
We have recently finished moving Arabeyes self-hosted Git repositories to gitlab.com to reduce the load on the server.
   
The list of Arabeyes repository groups is available [https://gitlab.com/explore/groups?sort=&search=arabeyes here].
+
Arabeyes repository groups can be browsed [https://gitlab.com/explore/groups?sort=&search=arabeyes here].
  +
  +
There are five repostiory groups:
  +
  +
* '''[https://gitlab.com/arabeyes-art arabeyes-art]:''' Arabeyes.org's Art Project Repositories
  +
* '''[https://gitlab.com/arabeyes-general arabeyes-general]:''' Arabeyes.org's General Project Repositories
  +
* '''[https://gitlab.com/arabeyes-i18n arabeyes-i18n]:''' Arabeyes.org's Internationalization Project Repositories
  +
* '''[https://gitlab.com/arabeyes-dev arabeyes-dev]:''' Arabeyes.org's Development Project Repositories
  +
* '''[https://gitlab.com/arabeyes-github arabeyes-github]:''' Arabeyes.org's Github-Mirroring Repositories
   
 
Users who had previous clones before January 10th may need to re-clone because user emails were added to the author history at that date.
 
Users who had previous clones before January 10th may need to re-clone because user emails were added to the author history at that date.
   
If you cloned after January 10th, you can update your clone to the right repository by using ''git remote''
+
Users who cloned after January 10th can update their clone to the right repository by using ''git remote''.
   
 
For example, the following command changes the remote URL for the arabeyes-general/wiki repository:
 
For example, the following command changes the remote URL for the arabeyes-general/wiki repository:
سطر 15: سطر 23:
   
 
== Todo ==
 
== Todo ==
 
* <s>Redirect git.arabeyes.org to gitlab.com </s>
* Invite past users with developer privilege
 
 
* <s>Use different icons for the repositories </s>
* Redirect git.arabeyes.org to gitlab.com/explore/groups?sort=&search=arabeyes
 
  +
* Uninstall GitLab instance
* Use different icons for the repositories
 
 
* Add past users with proper privileges
   
 
== People involved ==
 
== People involved ==

نسخة 08:09، 21 فبراير 2017

We have recently finished moving Arabeyes self-hosted Git repositories to gitlab.com to reduce the load on the server.

Arabeyes repository groups can be browsed here.

There are five repostiory groups:

Users who had previous clones before January 10th may need to re-clone because user emails were added to the author history at that date.

Users who cloned after January 10th can update their clone to the right repository by using git remote.

For example, the following command changes the remote URL for the arabeyes-general/wiki repository:

git remote set-url origin https://gitlab.com/arabeyes-general/wiki.git

in case of password authentication over HTTPS, or

git remote set-url origin git@gitlab.com:arabeyes-general/wiki.git

in case of SSH key authentication.

Todo

  • Redirect git.arabeyes.org to gitlab.com
  • Use different icons for the repositories
  • Uninstall GitLab instance
  • Add past users with proper privileges

People involved