<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpt/src/cpt-lib, branch 5.0.0</title>
<subtitle>[MIRROR] Carbs Packaging Tools
</subtitle>
<id>https://git.carbslinux.org/cpt/atom?h=5.0.0</id>
<link rel='self' href='https://git.carbslinux.org/cpt/atom?h=5.0.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/'/>
<updated>2020-10-06T08:58:35+00:00</updated>
<entry>
<title>cpt: bump to 5.0.0</title>
<updated>2020-10-06T08:58:35+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-06T08:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=e3a4904dc82814051a6a35d0b1a9ab78f9f739d8'/>
<id>urn:sha1:e3a4904dc82814051a6a35d0b1a9ab78f9f739d8</id>
<content type='text'>
FossilOrigin-Name: 1dabad031a841b894ada16be7072f3cf342abcb9e63ffc8f084f07c766bf9935</content>
</entry>
<entry>
<title>cpt: add global options to the library.</title>
<updated>2020-10-05T11:05:46+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-05T11:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=39af6dbdc87390fa44600482fe6ed21d220e4a93'/>
<id>urn:sha1:39af6dbdc87390fa44600482fe6ed21d220e4a93</id>
<content type='text'>
FossilOrigin-Name: 31d397b6064679068ed32c337f8c74e7ab24c9b7b9fa44f55a8cc0f52ca3bcee</content>
</entry>
<entry>
<title>cpt-lib: readability changes</title>
<updated>2020-10-04T20:18:20+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-04T20:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=e9ab013442130b5c59fd8636f4ac33246bfe250f'/>
<id>urn:sha1:e9ab013442130b5c59fd8636f4ac33246bfe250f</id>
<content type='text'>
FossilOrigin-Name: 22de97074943e7b5a08e937799c14423892a95033dc33bc0e8ca165ea6ad4cbd</content>
</entry>
<entry>
<title>pkg_extract(): allow the usage of '@' for tags.</title>
<updated>2020-10-02T12:43:20+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-02T12:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=ae4ac2108b6425f286769edc24997a75405a04ed'/>
<id>urn:sha1:ae4ac2108b6425f286769edc24997a75405a04ed</id>
<content type='text'>
This change ensures that we don't have to acquire tags each time.
The user can specify https://blabla.git@v2 to acquire the v2 tag.
This is not needed for branches or commits.

FossilOrigin-Name: 5f8d147c298113f235c28b992e7dba0ec39d19eaae368e5cd7bc359cceb24ecb</content>
</entry>
<entry>
<title>pkg_build(): Notify the user if the build file was modified.</title>
<updated>2020-09-25T11:52:14+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-25T11:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=8e8aa9345d8df42eae2a468929336fdad38c39dd'/>
<id>urn:sha1:8e8aa9345d8df42eae2a468929336fdad38c39dd</id>
<content type='text'>
Since the build file can be modified during the pre-build hook, a user
can easily forget about their modifications to the build file, especially
if they have completely rewritten their build script in the hook.

FossilOrigin-Name: 9051885b256f0730b4cdbd2703fc3b3c0e41ed12173424f4a9f748f0ee2ad3bf</content>
</entry>
<entry>
<title>cpt: bump to 4.1.1</title>
<updated>2020-09-25T09:34:24+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-25T09:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=14c751413885c93bda0b1369604e87218a33cbf4'/>
<id>urn:sha1:14c751413885c93bda0b1369604e87218a33cbf4</id>
<content type='text'>
FossilOrigin-Name: 6539b980bad100d88bc9a630e5efa4391e75e7ba3d659751e191f26e3bff151d</content>
</entry>
<entry>
<title>pkg_extract(): change git clone behaviour to fetch tags.</title>
<updated>2020-09-25T09:30:03+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-25T09:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=0bb2aaae1318ff8fadd3585ad29b91905825b6ab'/>
<id>urn:sha1:0bb2aaae1318ff8fadd3585ad29b91905825b6ab</id>
<content type='text'>
This makes operations with commits hashes longer, but it can also checkout
specific tags, which is a plus.

FossilOrigin-Name: 9826a0c4defac46b1719594751bed634a12c905588936e73fec162885266d232</content>
</entry>
<entry>
<title>pkg_fixdeps(): output to stderr instead of /dev/tty</title>
<updated>2020-09-25T09:27:13+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-25T09:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=aaae753da096104996d8fb16c2c09df96cc4a24c'/>
<id>urn:sha1:aaae753da096104996d8fb16c2c09df96cc4a24c</id>
<content type='text'>
FossilOrigin-Name: 0abeaf0d407b7babd45f779ea36338d36bc961bf79120ea68431bd8bc9940b85</content>
</entry>
<entry>
<title>as_root(): change USER variable</title>
<updated>2020-09-25T09:26:12+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-25T09:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=5ea86b0232ed5f5ff3a4513ec4b30929d5cf245f'/>
<id>urn:sha1:5ea86b0232ed5f5ff3a4513ec4b30929d5cf245f</id>
<content type='text'>
FossilOrigin-Name: 472d451a30b2626be4db9e65c80f1ce9b26504e86570b9e21b20477d88c210e9</content>
</entry>
<entry>
<title>cpt: bump to 4.1.0</title>
<updated>2020-09-11T13:52:21+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-11T13:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=676b7ab880431da3ce84ff47f31f1b536c32c623'/>
<id>urn:sha1:676b7ab880431da3ce84ff47f31f1b536c32c623</id>
<content type='text'>
FossilOrigin-Name: 6141d34b3dbd8e5ce67f6ff2fd0ce7f31f8193386051e9c82691f67f8a429331</content>
</entry>
</feed>
