Skip to content

0xef53/foreman-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Foreman Debian package

This is a debianized version of https://github.com/0xef53/foreman.

How to

Install prerequisite packages:

apt-get update
apt-get install git devscripts dpkg-dev

git clone https://github.com/0xef53/foreman-debian.git

cd foreman-debian
mk-build-deps --install

Install the Golang tools. See documentation here: https://golang.org/doc/install. Make sure everything is OK:

go version

It should work fine.

Set your full name and email that will to be used by dch tool:

export DEBEMAIL=""
export DEBFULLNAME=""

And run:

make -f Makefile.deb

About

Debian package of Foreman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published