생성 Flow
- 개인 개발 컨테이너에서 "nq-install-iso"
git clone <https://github.com/ncuritylabs/nq-install-iso.git> --branch ids.naver
받음
- **"nq-patch"를 참고 또는 git clone하여 patch의 version정보(logserver, manager, patch, sensor)**를 **"nq-install-iso"**버전정보로 복사 (./resources/versions/*)
- "nq-install-iso"의 patch정보는 nq-patch에서 MAJOR/MINOR버전 참조
- 모듈추가없으면 바로 **"nq-install-iso"**에서
make
실행하여 설치 파일 생성
make upload.iso
으로 파일서버에 업로드
생성 Flow (Detail)
- github에서
nq-install-iso
클론받기
ids.naver
으로 브랜치 변경
- 한번에 ids.naver 브랜치로 git clone 받는 명령어
git clone --branch ids.naver <https://192.168.71.104/ncuritylabs/nq-install-iso
- branch를
ids.naver.2.0.6.hotfix
로 분할(새 분기 만들기)
- git graph에서 시점 확인
- 2.0.6 릴리즈된 시점에서(git reset ~~ 사용)

- git branch사용하여 새 분기 만들기 및 git checkout(Local에서만 생성이 된 상태임)

- git push origin ids.naver.2.0.6.hotfix(브랜치명) - 저장소에도 분기한것을 push해야함
nq-patch
모듈 ids.naver.2.0.6.hotfix
branch에서 확인
- 버전 파일 복사/붙여넣기(nq-patch>nq-install-iso)

- 설치파일 생성
make
- 생성된 설치파일 filesrv에 업로드
make upload.iso