~dricottone/debs

Repository of deb packaging files
Initial commit; does not work

refs

dev
browse  log 

clone

read-only
https://git.dominic-ricottone.com/~dricottone/debs
read/write
git@git.dominic-ricottone.com:~dricottone/debs

You can also use your local clone with git send-email.

#debs

This was an attempt to build deb packages for Go programs.

References:

I had hoped that it would be as simple as:

docker run --rm \
    --mount type=bind,src=$(pwd)/src,dst=/build/src \
    --mount type=bind,src=$(pwd)/pkg,dst=/build/pkg \
    registry.intra.dominic-ricottone.com/debbuilder:latest \
    golang-github-slymarbo-rss

It made an equivs folder but froze after that. Not really sure what went wrong.