<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpt/contrib, branch helpers</title>
<subtitle>[MIRROR] Carbs Packaging Tools
</subtitle>
<id>https://git.carbslinux.org/cpt/atom?h=helpers</id>
<link rel='self' href='https://git.carbslinux.org/cpt/atom?h=helpers'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/'/>
<updated>2020-12-30T18:57:14+00:00</updated>
<entry>
<title>cpt-owns: remove cpt-lib call</title>
<updated>2020-12-30T18:57:14+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-12-30T18:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=fc49c5151bc03cf17dd6414eea5ab4a18220994f'/>
<id>urn:sha1:fc49c5151bc03cf17dd6414eea5ab4a18220994f</id>
<content type='text'>
FossilOrigin-Name: 779971096227b4fe8f2333a4104dfe6bd75dcebea08505aa21799a68fc66587a</content>
</entry>
<entry>
<title>cpt: remove cpt-stat and cpt-readlink, add _stat() and _readlinkf</title>
<updated>2020-12-21T11:13:51+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-12-21T11:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=440af4f3ebfecd68dabf8ce5524fd3f953e81c71'/>
<id>urn:sha1:440af4f3ebfecd68dabf8ce5524fd3f953e81c71</id>
<content type='text'>
cpt-readlink and cpt-stat were unnecessary additions for mundane tasks. Since
they were binaries instead of scripts, they added an extra layer of complexity
to the library.

These functions are now included inside the package manager library with the names
_readlinkf() and _stat().

FossilOrigin-Name: 7e15e2b57ddcb834c4286c8d1ac0a28031ae4f5d39f3c6a99f5b3aa0e9a83d43</content>
</entry>
<entry>
<title>cpt-chbuild: use the cache structure of the library</title>
<updated>2020-12-21T09:58:45+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-12-21T09:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=08af0013de1d77cf0ee46245e50007a9fbf79035'/>
<id>urn:sha1:08af0013de1d77cf0ee46245e50007a9fbf79035</id>
<content type='text'>
cpt-chbuild previously defined its own cache structure instead of reusing the
one defined in the library. This change should fix the paths for users defining
their own.

FossilOrigin-Name: 4fdadaf3e1494c77deb477630f44fa3be5b0268d2dd9726254ecf228e629a8d0</content>
</entry>
<entry>
<title>cpt-fork: allow specifying full path</title>
<updated>2020-10-31T12:44:09+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-31T12:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=c5843a6907de84fad553cb3e4d3f080f55e78945'/>
<id>urn:sha1:c5843a6907de84fad553cb3e4d3f080f55e78945</id>
<content type='text'>
FossilOrigin-Name: 30aa742e72329308997e804260ea644a315df66dd4a63690a2dd48060637d6a6</content>
</entry>
<entry>
<title>cpt-size: add ability to check the size of multiple packages</title>
<updated>2020-10-20T11:33:12+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-20T11:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=7e6b592744f31ab43553e7c8246b30def5c47a90'/>
<id>urn:sha1:7e6b592744f31ab43553e7c8246b30def5c47a90</id>
<content type='text'>
FossilOrigin-Name: 48470adaaeb2d09a0cbbf6eb13463d2e231555d592225496c778281ba1b173de</content>
</entry>
<entry>
<title>cpt-fork: remove etcsums as well</title>
<updated>2020-10-05T14:41:02+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-05T14:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=7da40c6a9eeef028b579d3f347a8fd52e3a9ecbc'/>
<id>urn:sha1:7da40c6a9eeef028b579d3f347a8fd52e3a9ecbc</id>
<content type='text'>
FossilOrigin-Name: 28344c1635c4a89a7510b084b09062fbee023a1a56de713ab23db88ed9f7ae71</content>
</entry>
<entry>
<title>cpt-orphans: add tool to print orphaned packages.</title>
<updated>2020-10-05T07:32:45+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-05T07:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=756b2c8fcc5e4bb07921132985253234c6b32eab'/>
<id>urn:sha1:756b2c8fcc5e4bb07921132985253234c6b32eab</id>
<content type='text'>
FossilOrigin-Name: 3addfbbb6f53df7ca63443c15e0a253bd760b7c75409d9196bf82ca5a090f796</content>
</entry>
<entry>
<title>cpt-reset: rewrite to make use of the /etc/cpt-base file.</title>
<updated>2020-10-05T07:30:59+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-05T07:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=3a3944019a79fd171be19bfe8a56c3dca2fcfd76'/>
<id>urn:sha1:3a3944019a79fd171be19bfe8a56c3dca2fcfd76</id>
<content type='text'>
FossilOrigin-Name: 8e53e32d1f2cfa115743a912260d6d8e60b547b29a99ae3684306400ff367f43</content>
</entry>
<entry>
<title>cpt-fork: add ability to fork multiple packages</title>
<updated>2020-10-02T16:13:18+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-02T16:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=10f0543d2e521dcea53839ff87438a774ede44ef'/>
<id>urn:sha1:10f0543d2e521dcea53839ff87438a774ede44ef</id>
<content type='text'>
FossilOrigin-Name: 7e5b294ae09df14b59f5c6d02987e49fc77b3feb94f426e51f7a9648870dd7a8</content>
</entry>
<entry>
<title>cpt-fork: remove manifest from the package directory</title>
<updated>2020-10-02T16:09:49+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-02T16:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=8bdd9f78b6cbba345d7e26eb99e02ada2078a90a'/>
<id>urn:sha1:8bdd9f78b6cbba345d7e26eb99e02ada2078a90a</id>
<content type='text'>
FossilOrigin-Name: 78c900f4fb4a9c0e966791ae37d576723074b09b28d3ae8452cad05a5f534c30</content>
</entry>
</feed>
