DRAFT weboslayers.py: tag= is broken => drop mention from "submission" item

This commit is contained in:
Herb Kuta 2019-06-24 14:42:25 -07:00
parent 4ebf59c579
commit e6ab086709
1 changed files with 3 additions and 3 deletions

View File

@ -37,10 +37,10 @@
# #
# submission = Information used by Git to fetch the layer and to name the local # submission = Information used by Git to fetch the layer and to name the local
# branch. This item has the form: # branch. This item has the form:
# [branch=<remote-branch-name>][,][commit=<id>|tag=<tag>] # [branch=<remote-branch-name>][,][commit=<id>]
# The default for <remote-branch-name> is the branch pointed to by # The default for <remote-branch-name> is the branch pointed to by
# "origin/HEAD", which is usually "master". If neither "commit" # "origin/HEAD", which is usually "master". If "commit" is not
# nor "tag" are present, the current head of <remote-branch-name> # present, the current head of <remote-branch-name>
# is fetched. Note that the commit fetched does not have to lie # is fetched. Note that the commit fetched does not have to lie
# along <remote-branch-name>. If the value of the item is '', no # along <remote-branch-name>. If the value of the item is '', no
# fetch is done for the layer. # fetch is done for the layer.