Skip to content

Commit

Permalink
add link to the NetBSD pkgsrc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Jul 16, 2009
1 parent f064c5d commit 2c75b32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildbot/test/test_vc.py
Expand Up @@ -2880,8 +2880,9 @@ def createRepository(self):
w = self.dovc(self.repbase, "init", env=env)
yield w; w.getResult()

# NetBSD uses templates that stupidly enable the update hook, requiring a
# non-default description. This is broken, but easily worked around.
# NetBSD pkgsrc uses templates that stupidly enable the update hook, requiring
# a non-default description. This is broken, but easily worked around.
# http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=41683
descrfile = os.path.join(self.gitrepo, "description")
open(descrfile, "w").write("NetBSD workaround")

Expand Down

0 comments on commit 2c75b32

Please sign in to comment.