Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 816 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 816 Bytes

Toronto Mesh DB build script and repository

Repository

Deb packages availables here

Package Builder

The build-all.sh script will run ./build.sh in each of the folders locaged under the pacakges tree. Each folder represents an individual deb package that will be built. The script will set the ARCH variable to one of i386 amd64 armhf arm64 all in turn and run ./build.sh each times.

The foldesr should be named as the package they represent. For example for the debian package foo the folder would be /packages/foo/.

After execution is complete the ./build.sh should place the coresponding .deb package in /packages that will be added to the repository. The deb package should be called name-version-ARCH.deb