...
Code Block | ||
---|---|---|
| ||
#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" "nameusername" "emailId" "gitLocalRepositoryFullPath" ./start.sh releaseName |
...
Code Block | ||
---|---|---|
| ||
#clone from gerrit git clone http://user123@gerritusername@gerrit.onap.org/r/a/sdncccsdk/oamdistribution cd dgbuilder ./createReleaseDir.sh 15.10 user123username user1236@foousername@foo.com /home/users/user123username/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.
Working On Multiple Releases
...
If your browser prompts you for a username and password use the attuidĀ provided usernameĀ provided to the createReleaseDir script as your username.
...