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

من ويكي عربآيز
اذهب إلى: تصفح، ابحث
ط (نقل Youssef صفحة Migration to GitHub إلى Migration to GitLab دون ترك تحويلة)
ط (minor changes)
سطر 1: سطر 1:
We are currently moving Arabeyes self-hosted Git repositories to GitLab 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].
 
The list of Arabeyes repository groups is available [https://gitlab.com/explore/groups?sort=&search=arabeyes here].
سطر 7: سطر 7:
 
If you cloned after January 10th, you can update your clone to the right repository by using ''git remote''
 
If you cloned after January 10th, you can update your 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:
   
 
git remote set-url origin https://gitlab.com/arabeyes-general/wiki.git
 
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 ==
 
== Todo ==

نسخة 19:21، 20 فبراير 2017

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 here.

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

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

  • Invite past users with developer privilege
  • Redirect git.arabeyes.org to gitlab.com/explore/groups?sort=&search=arabeyes
  • Use different icons for the repositories

People involved