<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/cmake, branch fuse_cow_2</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/cmake?h=fuse_cow_2</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/cmake?h=fuse_cow_2'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2022-02-09T09:54:32+00:00</updated>
<entry>
<title>[CMAKE] Fix finding kernel include dir on Debian</title>
<updated>2022-02-09T09:54:32+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-02-09T09:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=8ccd4aaddf63f01b2a30cf626cb44f683a5d4d4b'/>
<id>urn:sha1:8ccd4aaddf63f01b2a30cf626cb44f683a5d4d4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Fix versioning format for Docker tags</title>
<updated>2021-11-30T13:33:53+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-11-30T13:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=b8326e90edc0150d69e0ad54d73bbd003a556875'/>
<id>urn:sha1:b8326e90edc0150d69e0ad54d73bbd003a556875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Fix issue in CMake kernel header check</title>
<updated>2021-11-30T13:12:33+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-11-30T09:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=cdf5958f5178078c32ce3baafe9e142fbe4f40fb'/>
<id>urn:sha1:cdf5958f5178078c32ce3baafe9e142fbe4f40fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] CheckPatch: Quote variable to avoid error if empty</title>
<updated>2021-10-19T12:51:09+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-10-19T12:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=1e9597534a109e3dbce730287c5b45e1b6782c93'/>
<id>urn:sha1:1e9597534a109e3dbce730287c5b45e1b6782c93</id>
<content type='text'>
The variable is most likely empty if the according kernel headers
directory was deleted. However, as it currently stands, cmake is
complaining about too few arguments, which isn't really helpful to the
user.
Instead, quote the variable to make cmake finish, and have the actual
compile process of the kernel module fail, which will yield a much more
helpful error message.
</content>
</entry>
<entry>
<title>[BUILD] Change CMake search for the existence of Linux headers</title>
<updated>2021-08-26T11:18:11+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-08-26T11:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=37ac48f36ff5616d86af9fa1678ba5323ee014aa'/>
<id>urn:sha1:37ac48f36ff5616d86af9fa1678ba5323ee014aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Read version from lightweight (non-annotated) tags, too</title>
<updated>2021-08-25T14:11:58+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-08-25T14:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=e6d1e64449b32ca320df8875d605d1f70cb13f17'/>
<id>urn:sha1:e6d1e64449b32ca320df8875d605d1f70cb13f17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Add check for stdatomic.h support</title>
<updated>2021-06-16T09:41:16+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-06-16T09:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a04431a3125de160ca082b27ee31fa1e1037cea9'/>
<id>urn:sha1:a04431a3125de160ca082b27ee31fa1e1037cea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Fix build issue if version information (Git tag) is missing</title>
<updated>2021-03-17T08:04:04+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-17T08:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=6a047088cb26248ec783713bb94925638aad8552'/>
<id>urn:sha1:6a047088cb26248ec783713bb94925638aad8552</id>
<content type='text'>
The software version for packaging purposes is consituted from the
following rules:

  - If the version information (from Git tags or the embedded version
    header file) is available, the version number for the packaging is
    set to those found version information.
  - If there isn't any version information available (e.g. missing Git
    tags), the version number for the packaging is set to '0.0' to
    represent an unkown version number.
</content>
</entry>
<entry>
<title>[BUILD] Enable lint targets if lint programs are found</title>
<updated>2021-03-11T17:18:27+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-11T15:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=ba20fa121a0e97a7862aa163a11c7337a05188f7'/>
<id>urn:sha1:ba20fa121a0e97a7862aa163a11c7337a05188f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Add support in CMake to validate (lint) the source code</title>
<updated>2021-03-04T07:47:43+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-04T07:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=2b5631eaa444023043a18ff3985f5a0e7a11436a'/>
<id>urn:sha1:2b5631eaa444023043a18ff3985f5a0e7a11436a</id>
<content type='text'>
</content>
</entry>
</feed>
