<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpt/src/cpt-remove, branch 5.1.1</title>
<subtitle>[MIRROR] Carbs Packaging Tools
</subtitle>
<id>https://git.carbslinux.org/cpt/atom?h=5.1.1</id>
<link rel='self' href='https://git.carbslinux.org/cpt/atom?h=5.1.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/'/>
<updated>2020-11-09T13:03:20+00:00</updated>
<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: 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: fix getoptions initial value calls</title>
<updated>2020-09-08T12:31:30+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-08T12:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=a5751ed0a949c0e6735dbfcedc7eb1cd07e76cd1'/>
<id>urn:sha1:a5751ed0a949c0e6735dbfcedc7eb1cd07e76cd1</id>
<content type='text'>
FossilOrigin-Name: 846a2586dbd7620ba4bb72aade0a64ffe6128b3f6536a89e17f8d45201ea1c45</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>getoptions: do not unset variables if parameters aren't given.</title>
<updated>2020-08-23T13:25:06+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-23T13:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=1df4ecaf961d124ab31ca74407eabd874a521403'/>
<id>urn:sha1:1df4ecaf961d124ab31ca74407eabd874a521403</id>
<content type='text'>
FossilOrigin-Name: d3aeabb1ff9e6acaea85638e37721065bb937b2cb1a349270a5dbcb0ef669d59</content>
</entry>
<entry>
<title>cpt: remove getopt and use shell library instead.</title>
<updated>2020-08-22T15:03:10+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-22T15:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=9031dc631fa33a1493f5780943f8f888ce530178'/>
<id>urn:sha1:9031dc631fa33a1493f5780943f8f888ce530178</id>
<content type='text'>
FossilOrigin-Name: cbe6d1050c67fcce58e754cd03832089ffeb33a5f9455c55e71738ab11e0d056</content>
</entry>
<entry>
<title>cpt: use 'getopt' for option parsing</title>
<updated>2020-08-20T11:47:16+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-08-20T11:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=9cdb80efe673152f90adba24fb2248532c2a637e'/>
<id>urn:sha1:9cdb80efe673152f90adba24fb2248532c2a637e</id>
<content type='text'>
FossilOrigin-Name: 65f22dd80a83335174c541e38f6b4c2c870e813faa587d06ed8989b50018fc09</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>
