Skip to content

Move gitaly working directory to top level

Jacob Vosmaer requested to merge jv-move-gitaly-2 into master

CI got stuck on !948 (closed) so I'm creating a new MR.


Related to gitaly#2229 (closed)

Currently, if you want to do Gitaly development in GDK you have to type cd gitaly/src/gitlab.com/gitlab-org/gitaly which is kind of awkward. It would be much nicer if you could just type cd gitaly.

After this change, the next gdk update, gdk install or gdk reconfigure will move the existing gitaly directory to gitaly.old.TIMESTAMP and create a new clone in gitaly.

Merge request reports

Loading