Skip to content

Commit

Permalink
Add 'postinst' script during MPR deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Sep 25, 2022
1 parent 133cd28 commit c4ae92e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone/scripts/publish-mpr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd makedeb/
source PKGBUILD

git clone "ssh://mpr@${mpr_url}/${pkgname}"
cp PKGBUILD "${pkgname}/"
cp PKGBUILD mist.postinst "${pkgname}/"
cd "${pkgname}/"

git config --global user.name 'Kavplex Bot'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.3] - 2022-09-25
### Fixed
- Add `postinst` script during deployments.

## [0.9.2] - 2022-09-25
### Fixed
- Add `postinst` script to set permissions on executable in installed package.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mist"
version = "0.9.2"
version = "0.9.3"
authors = ["Hunter Wittenborn <[email protected]"]
description = "The official command-line interface for the makedeb Package Repository"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion makedeb/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# `-H 'MPR-Package: yes'` to your `makedeb` call if you want Mist to be able to
# automatically update itself.
pkgname=mist
pkgver=0.9.2
pkgver=0.9.3
pkgrel=1
pkgdesc='The official command-line interface for the makedeb Package Repository'
arch=('any')
Expand Down

0 comments on commit c4ae92e

Please sign in to comment.