Skip to content

Instantly share code, notes, and snippets.

@alagalah
Created October 15, 2020 14:51
Show Gist options
  • Save alagalah/42a7194b8672755b892aee1c2070fa65 to your computer and use it in GitHub Desktop.
Save alagalah/42a7194b8672755b892aee1c2070fa65 to your computer and use it in GitHub Desktop.
# alagalah @ thing2 in /git/personal/fdio [7:39:05]
$ git clone "ssh://alagalah@gerrit.fd.io:29418/vpp" && scp -p -P 29418 alagalah@gerrit.fd.io:hooks/commit-msg "vpp/.git/hooks/"
Cloning into 'vpp'...
remote: Counting objects: 89, done
remote: Total 107349 (delta 0), reused 107349 (delta 0)
Receiving objects: 100% (107349/107349), 140.48 MiB | 20.34 MiB/s, done.
Resolving deltas: 100% (54029/54029), done.
commit-msg 100% 1790 46.2KB/s 00:00
# alagalah @ thing2 in /git/personal/fdio [7:39:19]
$ cd vpp
# alagalah @ thing2 in /git/personal/fdio/vpp on git:master o [7:39:20]
$ make build
make[1]: Entering directory '/git/personal/fdio/vpp/build-root'
Makefile:153: *** "Unknown platform `vpp'". Stop.
make[1]: Leaving directory '/git/personal/fdio/vpp/build-root'
make: *** [Makefile:348: build] Error 2
# alagalah @ thing2 in /git/personal/fdio/vpp on git:master o [7:39:22] C:2
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
# alagalah @ thing2 in /git/personal/fdio/vpp on git:master o [7:39:37]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment