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

Postinstall script to generate an info file #530

Merged
merged 7 commits into from
Oct 29, 2019

Commits on Oct 29, 2019

  1. Move postinstall templates to go-asset

    This moves the postinstall templates to go-asset, As these get more complicated, it's simpler to work with
    directionless committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    7c681ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8b0215 View commit details
    Browse the repository at this point in the history
  3. Templating

    directionless committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    1782133 View commit details
    Browse the repository at this point in the history
  4. rename var

    directionless committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    534bdc7 View commit details
    Browse the repository at this point in the history
  5. plist not xml

    directionless committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    85548f4 View commit details
    Browse the repository at this point in the history
  6. Another field

    directionless committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f730267 View commit details
    Browse the repository at this point in the history
  7. Can't pass spaces through basename

    I can't get the bash quoting right to pass spaces through the basename and heredoc. Instead, set a variable, and just use that.
    directionless committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    8ff9cdc View commit details
    Browse the repository at this point in the history