Closed13

GitLabからGPGを取得できるURLがほしい

κeenκeen

First of all, install asdf and just run make bootstrap in GDK directory. It installs all the dependencies (maybe).

κeenκeen

It takes long. I want GDK to use all the processors to build Ruby and so on...

κeenκeen

Required Git version is 2.29.x (the default version of Ubuntu 20.10 is 2.27.x though...)

κeenκeen

I had to build the latest git by myself.

$ hub clone git/git
$ cd git
$ make -j prefix=~/.local install

Then, configure GDK

$ cd <gdk-dir>
$ cat <<EOF > gdk.yaml
git:
  bin: "$HOME/.local/bin/git"
EOF
$ gdk reconfigure
$ gdk restart gitaly
κeenκeen

forking gitlab-org/gitlab takes long time. I'd be better to fork it in advance

このスクラップは2021/02/16にクローズされました