在Gerrit新開一個issue

研究很久,才對repo比較孰悉一點
這次是遇到前一個issue merged上去後要新開一個issue
簡單說就是commit可能之前會累積很多個,要清除掉只剩一個最新的就好
基本上就適用repo sync把commit拉到最新
再把新的source code放上去就好
但因為要新開issue,commit需要包含的格式如下

    AVer firmware updater for CAM520, CAM540, VB342 and CAM340

    This CL adds AVer firmware updater to handle CAM520, CAM540, VB342
    and CAM340 camera firmware update
    Refer to CL: 1385964: aver-updater: Add aver-updater firmware ebuild

    BUG=None
    TEST=we test our device in developer mode on ASUS chromebox.
    Main test is hotplug CAM520 CAM540, VB342 or CAM340 to chromebox,
    and the firmware automatically download from google local mirror.
    Then device update the firmware by aver-updater successfully.

    Change-Id: I820920e538b14198e51aafec30b9b312e1da7a31

Cahnge-Id拿掉,才會產生新的issue,不然會繼續上傳到舊的issue去


留言

這個網誌中的熱門文章

在嵌入式linux系統中使用android adbd,PC可直接透過USB對console下指令

lighttpd + fcgi + C language to do file upload & download

linux fuse-exfat於嵌入式系統的設定