GithubHelp home page GithubHelp logo

deb's Introduction

arescentral/deb .deb builder

Examples

Basic example, assuming distfile is the only file in dist/ and the debian dir is debian/:

- name: deb
  image: arescentral/deb:focal

Fully-specified example:

- name: deb
  image: arescentral/deb:focal-1.0.0
  settings:
    dir: pkg/debian/focal
    archive: foo-*.tgz
    keyserver: keyserver.ubuntu.com
    keys:
    - 5A4F5210FF46CEE4B799098BAC879AADD5B51AE9
    sources:
    - deb [arch=amd64] http://apt.arescentral.org focal contrib

Settings

dir (default: debian):
The debian dir, containing control, changelog, and other required Debian files
archive (default: dist/*):
A glob matching a single distfile to use as the Debian source archive
keyserver (default: keyserver.ubuntu.com):
The key server to fetch keys from
keys (default: none):
A list of key fingerprints to fetch from the keyserver
sources (default: none):
A list of lines to be added to the list of apt-sources with apt-add-repository

deb's People

Contributors

sfiera avatar

Watchers

 avatar James Cloos avatar

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.