<feed xmlns='http://www.w3.org/2005/Atom'>
<title>beku/testdata/beku_test.git/hooks/commit-msg.sample, branch v0.7.1</title>
<subtitle>Library and program to manage Go packages in user's environment.</subtitle>
<id>http://git.kilabit.info/beku/atom?h=v0.7.1</id>
<link rel='self' href='http://git.kilabit.info/beku/atom?h=v0.7.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/'/>
<updated>2022-01-30T04:33:37Z</updated>
<entry>
<title>all: replace beku_test in testdata with gitsubmodule</title>
<updated>2022-01-30T04:33:37Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-01-30T04:33:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=b6c96bbfd14baff70932dd9fb4722d8e32f38a58'/>
<id>urn:sha1:b6c96bbfd14baff70932dd9fb4722d8e32f38a58</id>
<content type='text'>
Previously, the beku_test is bare clone of git repository stored as is.
This cause an initial clone of the beku repository itself does not
recognize it as git repository, which make the test fail:

  go test -v -coverprofile=cover.out ./... || rm -f cover.out
  fatal: '/home/ms/go/src/git.sr.ht/~shulhan/beku/testdata/beku_test.git' does not appear to be a git repository
  fatal: Could not read from remote repository.

  Please make sure you have the correct access rights
  and the repository exists.
  2022/01/30 10:56:19 gitInstall: Clone: exit status 128
  FAIL    github.com/shuLhan/beku 0.008s

This changes make the testdata/beku_test.git as git submodule, to make
the test run well.
</content>
</entry>
<entry>
<title>testdata: fix bare git repository and test files</title>
<updated>2019-03-29T20:33:31Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-03-27T23:16:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=c6b0a4337671caa5cd5449ec9dca859c88b62f61'/>
<id>urn:sha1:c6b0a4337671caa5cd5449ec9dca859c88b62f61</id>
<content type='text'>
Include all files from "git clone --bare" in testdata/beku_test.git.
</content>
</entry>
</feed>
