lp:~3v1n0/ubuntu-dev-tools

Get this repository:
git clone https://git.launchpad.net/~3v1n0/ubuntu-dev-tools
Only Marco Trevisan (Treviño) can upload to this repository. If you are Marco Trevisan (Treviño) please log in for upload directions.

Branches

Name Last Modified Last Commit
ccache-support 2021-06-15 00:24:16 UTC
mk-sbuild: Add support to configure ccache for each schroot

Author: Marco Trevisan (Treviño)
Author Date: 2021-04-26 18:11:42 UTC

mk-sbuild: Add support to configure ccache for each schroot

ccache can help greatly in speeding up recompilations in sbuild, but it
is a bit annoying to configure at each schroot creation.

So, add --cache option (and relative CCACHE config parameter) to
configure ccache for sbuild schroots.

By default we use a shared ccache directory, but each schroot can use
a customized one if needed (with local parameters) by using --cache-dir
(or CCACHE_DIR).

Default ccache max-size is 4G, but can be configured with --ccache-size
(or CCACHE_SIZE), the size value is applied to each ccache path, so can
be shared by multiple schroots or applied to a single one.

mksbuild-hook 2021-04-26 20:39:01 UTC
mk-sbuild: Add support to run ~/.mk-sbuild.finish.sh after finish

Author: Marco Trevisan (Treviño)
Author Date: 2021-04-26 20:19:47 UTC

mk-sbuild: Add support to run ~/.mk-sbuild.finish.sh after finish

At times, depending on the schroot name, arch or custom needs one may
need to customize all the created schroots in a way that is not
supported by the tools in play.

As per this, once the schroot is created, check if a local script is
available, and if one is there run it.
On failure, cleanup the schroot.

document-proxy 2021-04-26 18:33:48 UTC
doc/mk-sbuild.1: Add documentation for --debootstrap-proxy and DEBOOTSTRAP_PROXY

Author: Marco Trevisan (Treviño)
Author Date: 2021-04-26 15:35:22 UTC

doc/mk-sbuild.1: Add documentation for --debootstrap-proxy and DEBOOTSTRAP_PROXY

LP: #1926166

13 of 3 results
This repository contains Public information 
Everyone can see this information.