<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/scripts/getver.sh, branch reboot</title>
<subtitle>lynxis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/'/>
<updated>2016-04-13T20:52:26Z</updated>
<entry>
<title>scripts/getver.sh: Use 'git-rev-parse' to detect if tree lies in Git repository</title>
<updated>2016-04-13T20:52:26Z</updated>
<author>
<name>Vasilis Tsiligiannis</name>
</author>
<published>2016-04-13T20:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=b09848cd25e7e1757e15aeb7e7d7ad699aa76f9d'/>
<id>urn:sha1:b09848cd25e7e1757e15aeb7e7d7ad699aa76f9d</id>
<content type='text'>
Path to the Git repository directory can be overriden by using the '$GIT_DIR'
environment variable. This patch improves detection of Git repository by using
'git-rev-parse', which respects '$GIT_DIR' environment variable, instead of just
checking the existence of '.git' directory.

Signed-off-by: Vasilis Tsiligiannis &lt;acinonyx@openwrt.gr&gt;

SVN-Revision: 49165
</content>
</entry>
<entry>
<title>scripts: fix getver git dir check</title>
<updated>2015-02-14T20:48:37Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-02-14T20:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=59acb0b8f42cdde32943ed6906a9e2cefa849526'/>
<id>urn:sha1:59acb0b8f42cdde32943ed6906a9e2cefa849526</id>
<content type='text'>
Git internals are referenced by .git which isn't necessarily a
directory. It may also be a file that references the actual .git
directory using the gitdir directive.

If .git is assumed to be a directory the build will not be able to get
the correct version when openwrt is included as a git submodule because
when used as a submodule .git will actually be a file referencing to a
subdirectory in the parent's git dir.

When the correct version is not detected some image generation tools
will fail because the OpenWrt string will be 'OpenWrtunknown' which is
too long for some header formats.

Signed-off-by: Felix Kaechele &lt;heffer@fedoraproject.org&gt;

SVN-Revision: 44452
</content>
</entry>
<entry>
<title>getver.sh: cope with varying "git log" line formats to reliably extract the git-svn rev (#10268)</title>
<updated>2011-10-26T14:54:57Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2011-10-26T14:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=ad6c4198a92d503935a8d2aebd4187540460a992'/>
<id>urn:sha1:ad6c4198a92d503935a8d2aebd4187540460a992</id>
<content type='text'>
SVN-Revision: 28604
</content>
</entry>
<entry>
<title>getver: don't use "-r COMMITTED" arg which needs network access to the repository, use the "Last Changed Rev:" line instead</title>
<updated>2009-10-05T09:30:53Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2009-10-05T09:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=0aeed7e5253b09a38f0873dfcbd21a762449e88d'/>
<id>urn:sha1:0aeed7e5253b09a38f0873dfcbd21a762449e88d</id>
<content type='text'>
SVN-Revision: 17864
</content>
</entry>
<entry>
<title>getver: get svn rev from last commit so that we have consistent revision numbers between git and svn</title>
<updated>2009-09-28T12:26:47Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2009-09-28T12:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=6fa03d63d4d34ef38a5fde5292cb7f65c06d56b2'/>
<id>urn:sha1:6fa03d63d4d34ef38a5fde5292cb7f65c06d56b2</id>
<content type='text'>
SVN-Revision: 17781
</content>
</entry>
<entry>
<title>add hg support to getver.sh (patch from #5763)</title>
<updated>2009-08-28T12:51:01Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2009-08-28T12:51:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=cbb9a14d8a5a958f144f1f53eee890d5bddc6210'/>
<id>urn:sha1:cbb9a14d8a5a958f144f1f53eee890d5bddc6210</id>
<content type='text'>
SVN-Revision: 17432
</content>
</entry>
<entry>
<title>some more s/git-/git /</title>
<updated>2008-08-24T14:16:49Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2008-08-24T14:16:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=d58dd061fea1d30e4179828415aa887ff931cd48'/>
<id>urn:sha1:d58dd061fea1d30e4179828415aa887ff931cd48</id>
<content type='text'>
SVN-Revision: 12380
</content>
</entry>
<entry>
<title>Also export LC_ALL to C to work properly (#2926)</title>
<updated>2007-12-30T17:02:00Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2007-12-30T17:02:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=6588e58b880ab04c9fd186b8509e761ca3627887'/>
<id>urn:sha1:6588e58b880ab04c9fd186b8509e761ca3627887</id>
<content type='text'>
SVN-Revision: 10059
</content>
</entry>
<entry>
<title>clean up openwrt version handling, use a separate script that is executed at the beginning of the build process, fix revision checking with git</title>
<updated>2007-12-13T06:25:54Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2007-12-13T06:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=51996a78f1abc9a57feeb98bf4cad6e8faec05a3'/>
<id>urn:sha1:51996a78f1abc9a57feeb98bf4cad6e8faec05a3</id>
<content type='text'>
SVN-Revision: 9723
</content>
</entry>
</feed>
