Skip to content

AllwineDesigns/build_stlcmd_deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image that builds stl_cmd as a Debian package

Note that I had to edit the ~/.dput.cf file and change http to https for the dput command to work.

# will build the source and binary package for amd64
docker build -t build_stlcmd_deb .

# runs bash, cd /tmp where the packages are built
docker run -ti build_stlcmd_deb

# in another terminal
docker ps
docker cp <private key> <container id>:/tmp

# in container terminal
gpg --import /tmp/<private key>
cd /tmp
debsign -k <pgp id> stlcmd_1.0-1_amd64.changes
dput mentors stlcmd_1.0-1_amd64.changes
exit

About

Builds a Docker image for building a Debian package for stl_cmd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published