728x90

1. download the clone.bundle 

https://gerrit.googlesource.com/git-repo/clone.bundle

 

2. repo file 수정(나는 ~/bin/repo 에 두었다)

REPO_URL = os.environ.get('REPO_URL', None)
if not REPO_URL:
  #REPO_URL = 'https://gerrit.googlesource.com/git-repo'
  REPO_URL = '/home/bluelimn/work/clone.bundle'
REPO_REV = os.environ.get('REPO_REV')

이제 준비가 되었으면 repo init이나 sync 사용 가능

 

728x90

'Programming > linux왕초보' 카테고리의 다른 글

Glances failed  (0) 2025.02.11
Valgrind: Find memory leak, uninitialized value  (0) 2023.06.11
secure compile  (0) 2023.04.02
[Linux] print file path  (0) 2021.12.22
[python] read file, write file  (0) 2021.12.15
ssh사용 시 diffie-hellman-group1-sha1 관련  (0) 2018.01.30
pthread min, max priority on linux  (0) 2017.06.12
use vim like as source insight  (0) 2016.04.06
[ubuntu] change default shell  (0) 2016.03.22
GDB를 사용한 CORE 파일의 분석  (0) 2016.02.05

+ Recent posts