ikiwiki/doc/bugs/gitremotes_script_picks_up_...

23 lines
773 B
Plaintext
Raw Normal View History

2010-05-07 18:56:45 +02:00
[[!tag patch]]
[[!template id=gitbranch branch=smcv/ready/no-tags author="[[smcv]]"]]
The `gitremotes` script picks up tags from any repository, including those
used for local .debs that were never actually present in Debian:
smcv@reptile% git tag | grep -c nmu
52
This can be avoided with the `tagopt = --no-tags` option in .git/config;
see <http://git.pseudorandom.co.uk/smcv/ikiwiki.git?a=shortlog;h=refs/heads/ready/no-tags>
2010-05-07 19:04:00 +02:00
> *done* thanks. Also cleared propigated tags out of origin.
2010-05-07 19:13:57 +02:00
>
> Hmm, in testing I still see tags get pulled the first time a remote
> is added. If those are then locally deleted, it doesn't pull them again
> with the `--no-tags`.
> --[[Joey]]
>> Oh, I see why. Try the same branch again... --[[smcv]]
2010-05-09 18:56:42 +02:00
>>> [[done]] --[[Joey]]