Giter VIP home page Giter VIP logo

add-deb-repo's Introduction

add-deb-repo

Add a new file with debian repository description to /etc/apt/sources.list.d directory.

Step syntax:

- name: <name>
  uses: myci-actions/add-deb-repo@<version>
  with:
    repo: <repo>
    repo-name: <repo-name>
    keys: <keys>
    key-server: <key-server>
    update: <perform-update>
    install: <packages-to-install>

Arguments:

  • <name> - Action step name.

  • <version> - Action version.

  • <repo> - Debian repository entry as it appears in sources.list file

  • <repo-name> - Name of the repository. This will be the filename in the /etc/apt/sources.list.d directory.

  • <keys> - Repository keys to import. Optional. Empty by default.

  • <key-server> - Key server to import keys from. Optional. Empty by default. If keys parameter is not specified, then key-server represents direct URL to the key.

  • <perform-update> - Perform final apt update. Optional. Default value: true.

  • <packages-to-install> - space separated list of packages to install after adding the repo. Update will be performed first. Optional. Empty by default.

Step example:

- name: add custom deb repository
  uses: myci-actions/add-deb-repo@8
  with:
    repo: deb http://dl.bintray.com/igagis/debian buster main
    repo-name: igagis
    keys: 379CE192D401AB61
    key-server: keyserver.ubuntu.com

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.