Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: git url is change as dgbuilder is removed from SDNC (dgbuilder now in CCSDK/distribution)

...

Code Block
languagebash
#clone from gerrit
git clone https://gerrit.onap.org/r/ccsdk/distribution && (cd oam && curl -kLo `git rev-parse --git-dir`/hooks/commit-msg http://[linux_id]@gerritgerrit.onap.org/r/a/sdnc/oam/tools/hooks/commit-msg; chmod +x `git rev-parse --git-dir`/hooks/commit-msg)
cd oam
cd dgbuilder
./createReleaseDir.sh "releaseName" "username" "emailId" "gitLocalRepositoryFullPath"
./start.sh releaseName

...

Code Block
languagebash
#clone from gerrit
git clone http://username@gerrit.onap.org/r/a/sdncccsdk/oamdistribution
cd dgbuilder
./createReleaseDir.sh 15.10 username username@foo.com /home/users/username/sdnc/1510/service-logic
./start.sh 15.10

...

Note: you can also update the gitLocalRepository later from within the dgbuilder application by choosing "Configuration" from the "Menu" and updating the "Git local Repository Path" as shown in the picture below.

Image Modified

Working On Multiple Releases

...