Skip to content

wjyoung65/qcma-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker build scripts.

These scripts builds Qcma for several distros using Docker containers. Install Docker before running any scripts.

Create rpmbuild/debuild containers

./create.sh

Check supported distros/versions

./build.sh

Build package for a distro/version

./build.sh ubuntu:utopic

Configuration options in build.sh

  • SOURCES_ONLY: set to 1 to only generate .changes files.
  • SIGN_SOURCES: if set to 1 the packages will be signed with a gpg key.
  • PACKAGE_REVISION: increment when another build with the same version is needed.
  • PPA_NAMING: use ubuntu ppa naming for changelog/package.

About

Docker scripts to build qcma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%