<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpt/src/cpt-update, branch feature/cpt-list-version-check</title>
<subtitle>[MIRROR] Carbs Packaging Tools
</subtitle>
<id>https://git.carbslinux.org/cpt/atom?h=feature%2Fcpt-list-version-check</id>
<link rel='self' href='https://git.carbslinux.org/cpt/atom?h=feature%2Fcpt-list-version-check'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/'/>
<updated>2021-06-26T14:13:43+00:00</updated>
<entry>
<title>cpt-update: fix `-o` flag handling</title>
<updated>2021-06-26T14:13:43+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-06-26T14:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=4e3fc3a684926dd0b6b224eb49a33986b9719961'/>
<id>urn:sha1:4e3fc3a684926dd0b6b224eb49a33986b9719961</id>
<content type='text'>
FossilOrigin-Name: b9abb2deb7de903cd6295dee955604834032fc0eb1959ce6255bcfa0a2eb51a4</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-update: use -o flag instead of -f for "Only fetch"</title>
<updated>2020-10-05T17:56:46+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-05T17:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=61a6b6196ce0b7b986de88df73d387c0241e2554'/>
<id>urn:sha1:61a6b6196ce0b7b986de88df73d387c0241e2554</id>
<content type='text'>
FossilOrigin-Name: 313b5e9f3b0d5d13bd9e853f10d6b2b1e0201361ba47293ed34ab25cd3fd1b6d</content>
</entry>
<entry>
<title>cpt-update: add function to only fetch repositories</title>
<updated>2020-10-05T15:12:35+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-10-05T15:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=2e4f1909967c53db059d4b8151ff1bc39a4d2761'/>
<id>urn:sha1:2e4f1909967c53db059d4b8151ff1bc39a4d2761</id>
<content type='text'>
This marks the deprecation of the cpt-fetch(1) utility.

FossilOrigin-Name: adc51307ea32e8b81d40a5b0de5174916d0cb84fb161005903374f9a147b28a8</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 flags that start with '--no-'</title>
<updated>2020-09-10T00:44:08+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-09-10T00:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=8938f2a8412948c67e41b9b1aa8751b39b696e67'/>
<id>urn:sha1:8938f2a8412948c67e41b9b1aa8751b39b696e67</id>
<content type='text'>
FossilOrigin-Name: 5f194677e6c4b43c423593a74e9c3e07f11328da1c42e5e255b5b15cd6959e27</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>
</feed>
