Git Product home page Git Product logo

buildman's Introduction

Overview

This repository contains several scripts that I ([email protected]) use to automate proper building, packaging and signing of projects that I develop or customize.

The general layout that I use is as follows (note that it can be easily customized in make_all.py):

~/code/my -- root directory, referred to as {root} below

{root}/make_all.py

The driver script. It must be in the root directory.

{root}/checkouts/{project}/ {root}/local/{project}/

Locations of the project sources

{root}/checkouts_packaging/{project}

Location of project packaging information. Only debian packaging is supported -- each project contains a debian/ directory with the packaging information.

{root}/build/{project}/

Location where a particular project is built. Only out-of-source builds are supported.

{root}/build_packaging/{project}/{project-version}

Location where project packaging is built. Each {project} directory may contain several directories, tarballs and various other files for each version of the project.

This is a personal project primarily for my own use. I reserve the right to modify the published history.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.