<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpt/src/cpt-checksum, branch 7.0.0</title>
<subtitle>[MIRROR] Carbs Packaging Tools
</subtitle>
<id>https://git.carbslinux.org/cpt/atom?h=7.0.0</id>
<link rel='self' href='https://git.carbslinux.org/cpt/atom?h=7.0.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/'/>
<updated>2021-07-30T13:55:15+00:00</updated>
<entry>
<title>cpt-checksum: fix crux-like usage</title>
<updated>2021-07-30T13:55:15+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-07-30T13:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=b35496cddcb8306688bbe476381396cf9c7fc598'/>
<id>urn:sha1:b35496cddcb8306688bbe476381396cf9c7fc598</id>
<content type='text'>
FossilOrigin-Name: a190e88fc2eac4b604b0fa4204132b3a65e1295417a7d0e4a1fd49cb8a4d4ed0</content>
</entry>
<entry>
<title>cpt-checksum: add option to use sha256 digest</title>
<updated>2021-07-30T13:37:35+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-07-30T13:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=aab6f5bc18810b340515d5e9decaadb144c84b15'/>
<id>urn:sha1:aab6f5bc18810b340515d5e9decaadb144c84b15</id>
<content type='text'>
FossilOrigin-Name: 2bac5faea6f21388a494d2d0db913b339e88f1b5a9320176ee3b7be2fc0e0002</content>
</entry>
<entry>
<title>cpt-checksum: use pkg_find once per loop</title>
<updated>2021-07-30T10:43:47+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-07-30T10:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=0bbaf7b214ed9a6e2c4788ab3987ef21d6ae62e1'/>
<id>urn:sha1:0bbaf7b214ed9a6e2c4788ab3987ef21d6ae62e1</id>
<content type='text'>
FossilOrigin-Name: 909ee2ee48fcda24b75f9ae8e49c6f61cbbb2bc91d9390152d7ddbce65f36a33</content>
</entry>
<entry>
<title>cpt-checksum: don't generate checksums file if no sources exist</title>
<updated>2021-07-30T10:39:56+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-07-30T10:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=69011919790dd64568e91563659e57a77452b002'/>
<id>urn:sha1:69011919790dd64568e91563659e57a77452b002</id>
<content type='text'>
FossilOrigin-Name: ba75b770884c705c81be7e47cc2d697bd2b2971ae9ae14985873d795c20ad5f6</content>
</entry>
<entry>
<title>cpt-checksum: exit with success on usage</title>
<updated>2021-01-04T22:54:56+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-01-04T22:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=4a9bcddc97c66c8da507b3f72090662f3851a2fb'/>
<id>urn:sha1:4a9bcddc97c66c8da507b3f72090662f3851a2fb</id>
<content type='text'>
FossilOrigin-Name: 81b5d4e8c446aa4e4df789882bb5900d9636f4e5f6e9206e01ed42dfce946ad0</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>src/: prefer the cpt-lib on the current directory.</title>
<updated>2020-09-04T08:00:49+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-04T08:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=adffb32537d8c1c6057101a34cb33fffc8316d08'/>
<id>urn:sha1:adffb32537d8c1c6057101a34cb33fffc8316d08</id>
<content type='text'>
FossilOrigin-Name: ea0a950e2247b056b0594baddb184f99aa8e39f492fa50c968e904b9dd2e2aa7</content>
</entry>
<entry>
<title>cpt: create caches manually for each script that needs it</title>
<updated>2020-08-03T15:52:29+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-03T15:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=c060d828bfde3cc13dd79efcbb55aadfdcce4ecc'/>
<id>urn:sha1:c060d828bfde3cc13dd79efcbb55aadfdcce4ecc</id>
<content type='text'>
This makes sure we don't create unnecessary cache directories. We can source the
library without creating directories now.

FossilOrigin-Name: 8d9a38a33265e7a597375bb2ef4aa2263e110fb06c9b5df948d46a64c9b23e95</content>
</entry>
<entry>
<title>tools: move to src</title>
<updated>2020-07-24T14:11:03+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-07-24T14:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=3bbb028b00fafc5c0d5e47c96e21a61ef5e842ac'/>
<id>urn:sha1:3bbb028b00fafc5c0d5e47c96e21a61ef5e842ac</id>
<content type='text'>
FossilOrigin-Name: e320e235b6dd6b0d4b0d04df12c1c5e481c524412d286dc6375b6cd4231eed8b</content>
</entry>
</feed>
