Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deb creation #214

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Fix deb creation #214

wants to merge 4 commits into from

Commits on Nov 30, 2020

  1. Fix logic for creating .deb

    reikdas committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    491b2b4 View commit details
    Browse the repository at this point in the history
  2. Fix subprocess check_output invocation

    Replaced with direct call instead of cpt abstraction
    reikdas committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    1d34974 View commit details
    Browse the repository at this point in the history
  3. Fix debuild deb creation

    docs/ exists and the error should not be thrown; but removing the
    directory name from deb creation should fix the issue for now.
    reikdas committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    0b0988f View commit details
    Browse the repository at this point in the history
  4. Do not sign packaged deb file

    reikdas committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a6388bb View commit details
    Browse the repository at this point in the history