<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/utils/makefile.include, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/'/>
<entry>
<title>[chore] overdue maintenance of shell scripts</title>
<updated>2025-07-28T10:53:26+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2025-07-16T13:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=ae0fcf3a4208401f5dc0296c29227a55f63163da'/>
<id>ae0fcf3a4208401f5dc0296c29227a55f63163da</id>
<content type='text'>
Removes obsolete scripts and fix various leftovers.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes obsolete scripts and fix various leftovers.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] replace makefile boilerplate by 'manage' script</title>
<updated>2021-04-23T09:26:22+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2021-04-17T16:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=d0e371f474627c878c179dc62610cb0437ae193b'/>
<id>d0e371f474627c878c179dc62610cb0437ae193b</id>
<content type='text'>
Replaces the make targets with the bash scripts

Signed-off-by: Markus Heiser &lt;markus@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaces the make targets with the bash scripts

Signed-off-by: Markus Heiser &lt;markus@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env</title>
<updated>2020-12-26T10:43:18+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2020-12-26T10:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=d175a0fb7bdcc00632a9092f5de1037f0dd1d811'/>
<id>d175a0fb7bdcc00632a9092f5de1037f0dd1d811</id>
<content type='text'>
BTW:

- add target $(LXC_ENV_FOLDER)
- fix indentations

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BTW:

- add target $(LXC_ENV_FOLDER)
- fix indentations

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] determine path to makefile.lxc in a LXC</title>
<updated>2020-12-18T16:10:49+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2020-12-18T16:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=c89df6739f4ce7f5afd2baaaf727abdedc22c33b'/>
<id>c89df6739f4ce7f5afd2baaaf727abdedc22c33b</id>
<content type='text'>
The path to the makefile.lxc is not always static and
'/share/searx/utils/makefile.lxc' can be wrong.

When target 'lxc.activate' is called within the LXC container the path to
makefile.lxc depends on LXC_SHARE_FOLDER and the basename of the folder where
searx was cloned inital on the HOST system.

This patch determines the path of 'makefile.lxc' next to 'makefile.include'
itself.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The path to the makefile.lxc is not always static and
'/share/searx/utils/makefile.lxc' can be wrong.

When target 'lxc.activate' is called within the LXC container the path to
makefile.lxc depends on LXC_SHARE_FOLDER and the basename of the folder where
searx was cloned inital on the HOST system.

This patch determines the path of 'makefile.lxc' next to 'makefile.include'
itself.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>apache: normalize installation (docs and script)s over all distros</title>
<updated>2020-04-07T16:31:51+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2020-04-07T16:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=ee39a098acb2386abd5382de5c9476cc4ffe2e03'/>
<id>ee39a098acb2386abd5382de5c9476cc4ffe2e03</id>
<content type='text'>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>LXC: utils/makefile.lxc (inital) add /.lxcenv.mk to contaiiners</title>
<updated>2020-03-15T16:01:36+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2020-03-15T16:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=86e79488aab3ff434c6682a9464ba2eee49158e9'/>
<id>86e79488aab3ff434c6682a9464ba2eee49158e9</id>
<content type='text'>
Get LXC environment when building make targets.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get LXC environment when building make targets.

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>boilerplate: add inital Makefile with run &amp; install targets</title>
<updated>2019-11-28T18:54:57+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2019-11-28T18:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=b55a8004ed4c3d11d0d820480eca4769665ef38b'/>
<id>b55a8004ed4c3d11d0d820480eca4769665ef38b</id>
<content type='text'>
Add *Makefile* boilerplate useful for python projects.  All python tasks are
using a virtualenv from ./local/py3

$ make help
  run       - run developer instance
  install   - developer install (./local)
  uninstall - uninstall (./local)

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add *Makefile* boilerplate useful for python projects.  All python tasks are
using a virtualenv from ./local/py3

$ make help
  run       - run developer instance
  install   - developer install (./local)
  uninstall - uninstall (./local)

Signed-off-by: Markus Heiser &lt;markus.heiser@darmarit.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
