You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Thomas Legay 8c08708c5b add uptime-kuma 2 weeks ago
lib add uptime-kuma 2 weeks ago
ressources add uptime-kuma 2 weeks ago
.gitignore metabase add /etc/default/metabase 2 years ago
README.MD Add mysqlfdw 4 months ago
debmaker Update 3 months ago

README.MD

DEBMAKER

The main goal of this project is allow to create application from source without install compilation utility directly on the main system. Compilation environnements are stores in temporary files. All package are install with chroot environnement.

Currently debian packages are build, but other package can be build with this ways

Objectives :

  • Create lowest debian lxc contener to limit backup size
  • Easily upgrade application

Usage

List app

To list all applications with debmaker script

./debmaker list

Create deb file

To create deb file you just need to run the bellow command :

./debmaker run <app>

after execution, .deb file is generate in 'dist' folder

Edit debmaker script

./debmaker edit <app>

Debug

To enter in temporary filesystem

./debmaker chroot <app>

packages available in shared repository

Contact me

  • On Matrix.org : @thomas:lgy.fr
  • By email : thomas at lgy.Fr