<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpt/src/cpt-list, 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-17T21:51:24+00:00</updated>
<entry>
<title>cpt-list: add --quiet long option</title>
<updated>2021-07-17T21:51:24+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-07-17T21:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=2d25afbdcb9d399f8bf24b7591b63aec2e457b68'/>
<id>urn:sha1:2d25afbdcb9d399f8bf24b7591b63aec2e457b68</id>
<content type='text'>
FossilOrigin-Name: bb65f6b97a58453a3e1831d925957c66fdae17f57f703e03679a083615ce25a7</content>
</entry>
<entry>
<title>cpt-list: update usage string</title>
<updated>2021-07-17T21:50:47+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-07-17T21:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=33856aceb8ecc4b0c24cf5ad2bd1796f08cce45e'/>
<id>urn:sha1:33856aceb8ecc4b0c24cf5ad2bd1796f08cce45e</id>
<content type='text'>
FossilOrigin-Name: bf170e5e57810fd73e0d080f5aa60ac9fee5b2a083f22fed454b0283c0bc418f</content>
</entry>
<entry>
<title>cpt-list: add flag to make the operation quiet</title>
<updated>2021-07-17T21:50:07+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-07-17T21:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=712eea99e9ee1f542ec27147e175b2520a71250d'/>
<id>urn:sha1:712eea99e9ee1f542ec27147e175b2520a71250d</id>
<content type='text'>
FossilOrigin-Name: f3ae20b2f810fa30dcea616faf392240300529f76779bb2dde07a417bda722bc</content>
</entry>
<entry>
<title>cpt-list: update usage docstring</title>
<updated>2021-04-03T13:27:14+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-04-03T13:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=cf6dc9365bde782681e192b5b2fa280bd6034787'/>
<id>urn:sha1:cf6dc9365bde782681e192b5b2fa280bd6034787</id>
<content type='text'>
FossilOrigin-Name: 541a3f8b59bda394154164db7901e8957d578a543ab020b29b71f14de5d13886</content>
</entry>
<entry>
<title>cpt-list: make usage output more clear</title>
<updated>2021-03-21T13:02:25+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-03-21T13:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=e54185abdcc4db907f68c94cfabb3b4310b2bab2'/>
<id>urn:sha1:e54185abdcc4db907f68c94cfabb3b4310b2bab2</id>
<content type='text'>
FossilOrigin-Name: 5e436d4946dc736529a60834f37cc6055a7ad672de30c1f347e22ef0e3bb1107</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>getoptions(): parse the options during main() call on cpt-lib</title>
<updated>2020-11-09T13:03:20+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-11-09T13:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=13e58869dc0bf24acacc98650ef95d0d27598a4f'/>
<id>urn:sha1:13e58869dc0bf24acacc98650ef95d0d27598a4f</id>
<content type='text'>
Calling parse() after cpt-lib has been called causes sys_db to be initiated
using the wrong CPT_ROOT, among other issues. By calling the option parser
during the main(), we make sure that the options parsed are used as soon as
possible.

FossilOrigin-Name: 2933b99bec8ec9c3f20143e2a19c270a6d208f723d2b394c625cbc13d2625326</content>
</entry>
<entry>
<title>src: update parser definitions</title>
<updated>2020-10-31T12:17:53+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-31T12:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=3591d3541eb9d79dd23de43995be0e8c05d83213'/>
<id>urn:sha1:3591d3541eb9d79dd23de43995be0e8c05d83213</id>
<content type='text'>
FossilOrigin-Name: 8f46944f81271ff851a5d21bfbaa21ad86f8cf120ef22bf8f9a64ecd3f339eb3</content>
</entry>
<entry>
<title>cpt-list: add options</title>
<updated>2020-10-05T11:06:21+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-05T11:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=7fb0102b1da5b14ab85b941f49ae171a303e7208'/>
<id>urn:sha1:7fb0102b1da5b14ab85b941f49ae171a303e7208</id>
<content type='text'>
FossilOrigin-Name: 2a72f42a940b14d180eac94fda1610b8b29cbd66443b5f2d85a8e7f3eb85c1ac</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>
</feed>
