Giter Site home page Giter Site logo

yuezk / publish-ppa-package Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 2.0 10 KB

GitHub action to publish the Ubuntu PPA (Personal Package Archives) packages.

License: MIT License

Dockerfile 8.45% Shell 91.55%
ppa ubuntu github-actions publishing deployment deployment-automation ci debian debian-packaging

publish-ppa-package's Introduction

Publish PPA Package

GitHub action to publish the Ubuntu PPA (Personal Package Archives) packages.

Inputs

repository

Required The PPA repository, e.g. yuezk/globalprotect-openconnect.

gpg_private_key

Required GPG private key exported as an ASCII armored version or its base64 encoding, exported with the following command.

gpg --output private.pgp --armor --export-secret-key <KEY_ID or EMAIL>

gpg_passphrase

Optional Passphrase of the GPG private key.

tarball

Required The tarball of the package to be published.

deb_email

Required The email address of the maintainer.

deb_fullname

Required The full name of the maintainer.

debian_dir

Optional The debian directory, will be merged with the tarball.

series

Optional The series to which the package will be published, separated by space. e.g., "bionic focal".

Default to the series that are supported at the moment, i.e., the output of distro-info --supported.

extra_series

Optional The extra series to which the package will be published, separated by space. e.g., "bionic focal".

revision

Optional The revision of the package, default to 1.

extra_ppa

Optional The extra PPA this package depends on, separated by space. e.g., "liushuyu-011/rust-bpo-1.75".

Example usage

name: Publish PPA
uses: yuezk/publish-ppa-package@v2
with:
    repository: "yuezk/globalprotect-openconnect"
    gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
    gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }}
    tarball: publish-ppa/globalprotect-openconnect-*/.build/tarball/*.tar.gz
    debian_dir: publish-ppa/globalprotect-openconnect-*/.build/debian
    deb_email: "<email>"
    deb_fullname: "<full name>"
    extra_ppa: "liushuyu-011/rust-bpo-1.75"

Real-world applications

  • GlobalProtect-openconnect: A GlobalProtect VPN client for Linux, written in Rust, based on OpenConnect and Tauri, supports SSO with MFA, Yubikey, etc.

LICENSE

MIT

publish-ppa-package's People

Contributors

yuezk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

maths22 ahoneybun

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.