Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://code.rdkcentral.com/r/admin/repos  and enter the repo name (For example: meta-cmf-raspberrypi) in filter search box .

 It will shown as like below, Once we entered the repo name in filter search box.

...

Step2:  check the components/generic/rdk-oe/meta-cmf-raspberrypi repo in Repository Name column.

It will shown as like below,


Step3: Once we clicked the meta-cmf-raspberrypi  repo , It will re-direct to  https://code.rdkcentral.com/r/admin/repos/components/generic/rdk-oe/meta-cmf-raspberrypi (like below screenshot).

...

Step6: Add or modify the required files. Using "git status" command to verify the newly added or modified files(It will shown as RED color in below screenshot).

...


Step8:
 Using "git status" command to verify  the  current code changes(whether it added successfully or not). It will shown as GREEN color in below screenshot


Step9:   Commit the code changes by using "git commit -sv" command. It goes to nano editor once we entered the commit command. It shown as below screenshot,

Commit Format will be below,


Code Block
languagebash
themeDJango
titleCommit Format
<Project-Ticket-NO> : <summary of the ticket>
<blank line>
Reason for change: <add the reason why you are committing these changes>
Test Procedure: < Test steps>
Risks: <may be Low/Medium/High>

For Example,
REFPLTB-910 : RPI-B Hostapd not starting on rdk-next with with change 50825

Reason for change: Issue fixed
Test Procedure: Hostapd process is running
Risks: Low