Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/0d99fe0fd83d0a523ad2d48647bcc3e04293b0fd You should set ROOT_URL correctly, otherwise the web may not work correctly.

patman: Fix the comment in CheckTags to mention multiple tags

This comment is less than helpful. Since multiple tags are supported, add
an example of how multiple tags work.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
master
Simon Glass 12 years ago
parent ed9222752d
commit 0d99fe0fd8
  1. 5
      tools/patman/commit.py

@ -61,9 +61,10 @@ class Commit:
Subject tags look like this:
propounder: Change the widget to propound correctly
propounder: fort: Change the widget to propound correctly
Multiple tags are supported. The list is updated in self.tag
Here the tags are propounder and fort. Multiple tags are supported.
The list is updated in self.tag.
Returns:
None if ok, else the name of a tag with no email alias

Loading…
Cancel
Save