<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/addon, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2023-09-27T17:56:08Z</updated>
<entry>
<title>apply patches from @HenryLoenwind</title>
<updated>2023-09-27T17:56:08Z</updated>
<author>
<name>Joel Strasser</name>
<email>strasser999@gmail.com</email>
</author>
<published>2023-09-27T17:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=09783ae89eb11688d86e4a3c1c539fb8566fde49'/>
<id>urn:sha1:09783ae89eb11688d86e4a3c1c539fb8566fde49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>attempt to make a Mac Release using gradle</title>
<updated>2021-10-25T16:37:39Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2021-10-25T16:37:39Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=3c86b7b7802bd47decfcbc36e2102d4f27ff83a1'/>
<id>urn:sha1:3c86b7b7802bd47decfcbc36e2102d4f27ff83a1</id>
<content type='text'>
This is almost working with many workarounds:
- run rm lib/yacycore.jar
- run ./gradlew clean build bundleNative
- run ant clean all
- run again rm lib/yacycore.jar
- run ./fixMacBuild.sh

The build is then inside build/mac/YaCy.app

Right now this works so far but it does not have the correct release
number inside.

Target is to make this working for Windows releases and to embedd jre
entirely.</content>
</entry>
<entry>
<title>removed Debian and Red Hat build process</title>
<updated>2021-07-19T18:33:52Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2021-07-19T18:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=c4659f0fb01be0f68ce3dcccc1955c8662a5345f'/>
<id>urn:sha1:c4659f0fb01be0f68ce3dcccc1955c8662a5345f</id>
<content type='text'>
as announced in
https://twitter.com/yacy_search/status/1414608643241152516
because of lack of community support for these kind of
distributions. We will still support
tarball, Windows, Mac and Docker releases.</content>
</entry>
<entry>
<title>removed Xms java memory startup parameter</title>
<updated>2021-07-19T18:04:11Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2021-07-19T18:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=15b7461bc7968bcfd8dfc516cf91c3548195e4a3'/>
<id>urn:sha1:15b7461bc7968bcfd8dfc516cf91c3548195e4a3</id>
<content type='text'>
We will use the default value for now on.
This is much better for resource economy and fits better into a
container/docker/kubernetes strategy.
Furthermore, a small memory footprint is essential for the usage on
small devices like RaspberryPi.</content>
</entry>
<entry>
<title>Added a stop command using the existing stop script to the snap package</title>
<updated>2019-02-04T13:34:37Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2019-02-04T13:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=7a30bce2176a7f040df3247ee770a5f75e6aecc8'/>
<id>urn:sha1:7a30bce2176a7f040df3247ee770a5f75e6aecc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Snap package configuration to choose to version data or not</title>
<updated>2019-01-05T18:30:52Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2019-01-05T18:30:52Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=915080e8d4c56c0609e5c4484e27a6cb51a2a0d3'/>
<id>urn:sha1:915080e8d4c56c0609e5c4484e27a6cb51a2a0d3</id>
<content type='text'>
By default when the Snap package is installed, YaCy data is stored in a
versioned user folder, allowing to revert to previous data after a
package refresh for example. But it can consumes much disk space, so it
is now possible to tell YaCy snap not to version its data, with the Snap
configuration setting "data.versioned=false".</content>
</entry>
<entry>
<title>Added an icon matching Snapcraft packaging icon size requirements</title>
<updated>2018-09-10T20:14:34Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-09-10T20:14:34Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=2feec354a57a5bdadcc9327f251e6316d598d347'/>
<id>urn:sha1:2feec354a57a5bdadcc9327f251e6316d598d347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #98 from Velociraptor85/patch-2</title>
<updated>2017-01-26T05:37:29Z</updated>
<author>
<name>Michael Christen</name>
<email>Orbiter@users.noreply.github.com</email>
</author>
<published>2017-01-26T05:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=e6e4ccaa00d5e5e9e58e538b5ae29370e7803030'/>
<id>urn:sha1:e6e4ccaa00d5e5e9e58e538b5ae29370e7803030</id>
<content type='text'>
LSB Tag</content>
</entry>
<entry>
<title>release 1.92</title>
<updated>2016-12-26T14:00:55Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2016-12-26T14:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=fce701f5cc87809a44e3fd7a036c7b1445334a3a'/>
<id>urn:sha1:fce701f5cc87809a44e3fd7a036c7b1445334a3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LSB Tag</title>
<updated>2016-12-24T14:20:02Z</updated>
<author>
<name>Velociraptor85</name>
<email>Velociraptor85@users.noreply.github.com</email>
</author>
<published>2016-12-24T14:20:02Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=4c94074e781a65f72be453f5844ee2d56eaf63e9'/>
<id>urn:sha1:4c94074e781a65f72be453f5844ee2d56eaf63e9</id>
<content type='text'>
like described in http://www.yacy-websuche.de/wiki/index.php/De:Service#Initscript_bearbeiten</content>
</entry>
</feed>
