<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpt/contrib, branch 1.14.3</title>
<subtitle>[MIRROR] Carbs Packaging Tools
</subtitle>
<id>https://git.carbslinux.org/cpt/atom?h=1.14.3</id>
<link rel='self' href='https://git.carbslinux.org/cpt/atom?h=1.14.3'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/'/>
<updated>2020-04-25T08:53:06+00:00</updated>
<entry>
<title>contrib: add usages</title>
<updated>2020-04-25T08:53:06+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-25T08:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=cba19443ea58a95b70d2b9b143cfabdad8b254d7'/>
<id>urn:sha1:cba19443ea58a95b70d2b9b143cfabdad8b254d7</id>
<content type='text'>
FossilOrigin-Name: 5b5b5951eb8b363efa3298e16b53e630483f8def40a910dcfbb98f4ab21af8dd</content>
</entry>
<entry>
<title>kiss: Remove mention of rsync</title>
<updated>2020-04-25T08:18:47+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-25T08:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=6528e11f10b5fafac3801712ade601aa9a3a9b8c'/>
<id>urn:sha1:6528e11f10b5fafac3801712ade601aa9a3a9b8c</id>
<content type='text'>
FossilOrigin-Name: fdac0bc4ae86c8289fbab2de73f905eb5dd9c00be879de586c78b85b347f42fc</content>
</entry>
<entry>
<title>contrib: additions, usage, simplifications</title>
<updated>2020-04-20T18:11:43+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-20T18:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=7a4fcf554c75c5f73bf51f840e72ba7fbedb7e60'/>
<id>urn:sha1:7a4fcf554c75c5f73bf51f840e72ba7fbedb7e60</id>
<content type='text'>
FossilOrigin-Name: 8d7d95914b0d1d981416c4fe1511987af3dd0170d436ee2176de9cb279988dd0</content>
</entry>
<entry>
<title>kiss: Revert 'kiss s' and 'kiss ss' changes</title>
<updated>2020-04-19T13:55:23+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-19T13:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=6ac0ee532babf0a0e50e0b7fbd2a2857bf0545ed'/>
<id>urn:sha1:6ac0ee532babf0a0e50e0b7fbd2a2857bf0545ed</id>
<content type='text'>
FossilOrigin-Name: 31c14acdc8ad53b425fa1ee8294a675089d78c8b8287806342b560790394e627</content>
</entry>
<entry>
<title>kiss-repodepends: use 'kiss ss' instead of sed</title>
<updated>2020-04-18T21:58:53+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-18T21:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=ac7205ee5cad78ed481244e61b9507af41d8dade'/>
<id>urn:sha1:ac7205ee5cad78ed481244e61b9507af41d8dade</id>
<content type='text'>
FossilOrigin-Name: 94e730098df38f3c5c1cd2b52737890261cf33c666131192aad32fd12b55bd9b</content>
</entry>
<entry>
<title>kiss-repodepends: don't output the dependencies of installed package</title>
<updated>2020-04-17T09:44:15+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-17T09:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=65f95bd4b4eb9d49464dbadd5e0ca78a4f10dca4'/>
<id>urn:sha1:65f95bd4b4eb9d49464dbadd5e0ca78a4f10dca4</id>
<content type='text'>
kiss-repodepends did not honour the user's KISS_PATH and outputted
the last path it found. If the user has the package installed, the
last path will always be the system database, which defeats the whole
purpose of "repodepends". This patch will use the first path it finds,
which will be the user's preferred repository in the KISS_PATH.

FossilOrigin-Name: 6fe68222a6549857ba339a8ad215bf72da9d1fd82e7346166a022411ac97c38a</content>
</entry>
<entry>
<title>kiss-export: fallback to gz if KISS_COMPRESS is not known</title>
<updated>2020-04-15T10:16:46+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-15T10:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=77348a295e0dada910c0d701d8f6a1c68e9bb5e4'/>
<id>urn:sha1:77348a295e0dada910c0d701d8f6a1c68e9bb5e4</id>
<content type='text'>
FossilOrigin-Name: 011c1ce0019df908cf2680fdf913d57189cbcfead11addabc47e7368ce455b3e</content>
</entry>
<entry>
<title>kiss-export: honour KISS_COMPRESS value</title>
<updated>2020-04-13T11:54:45+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-13T11:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=2251a62bae596f06ddccd40c85d20e47833df96d'/>
<id>urn:sha1:2251a62bae596f06ddccd40c85d20e47833df96d</id>
<content type='text'>
FossilOrigin-Name: f20ec9d607db52eb32c998d812fb2e4b23698aceb7691b54ecceee356909f2c7</content>
</entry>
<entry>
<title>kiss-outdated: actually fix printing empty versions, change user notice</title>
<updated>2020-04-11T21:50:45+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-11T21:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=7286ebf4428bca8780d0e83084c47e80636514d8'/>
<id>urn:sha1:7286ebf4428bca8780d0e83084c47e80636514d8</id>
<content type='text'>
FossilOrigin-Name: 71f44536fe3cadbe3769b5420aab24c87d5cb308dfb083e1d2e98813b6cc4778</content>
</entry>
<entry>
<title>kiss-outdated: fix printing empty version information</title>
<updated>2020-04-11T19:56:20+00:00</updated>
<author>
<name>merakor</name>
<email>cem@ckyln.com</email>
</author>
<published>2020-04-11T19:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/cpt/commit/?id=7e692c85859c2f0e4f90f0317f8d744f658544df'/>
<id>urn:sha1:7e692c85859c2f0e4f90f0317f8d744f658544df</id>
<content type='text'>
FossilOrigin-Name: 45e90f7bd5c55e9128c89738f68ded2633742647a98c916ce5c951c3e52d41a9</content>
</entry>
</feed>
