Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianTM committed Jun 20, 2024
1 parent 4862ef1 commit 5e38970
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 34 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Create Release

on:
push:
tags:
- '*'

jobs:
create-release:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Get Latest Changelog Entry
id: get-changelog
run: |
changelog=$(awk '/^mx-packageinstaller/{i++} i==1' debian/changelog | grep '^[[:space:]]*\*')
echo "changelog<<EOF" >> $GITHUB_ENV
echo "$changelog" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
with:
name: Release ${{ github.ref_name }}
body: |
### Automated release created for tag *${{ github.ref_name }}*
- Direct download link: [![build service)](https://build.opensuse.org/projects/home:mx-packaging/packages/mx-packageinstaller/badge.svg?type=default)](https://software.opensuse.org//download.html?project=home%3Amx-packaging&package=mx-packageinstaller)
- In repos: [![latest packaged version](https://repology.org/badge/latest-versions/mx-packageinstaller.svg)](https://repology.org/project/mx-packageinstaller/versions)
### Changelog
${{ env.changelog }}
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workflow:
project: home:mx-packaging
package: %{SCM_REPOSITORY_NAME}
filters:
event: push
event: tag_push
branches:
only:
- main
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mx-packageinstaller (24.6.03) mx; urgency=medium

* Fix: enabling/disabling extra partition

-- Adrian <[email protected]> Thu, 20 Jun 2024 09:37:38 -0400

mx-packageinstaller (24.6.02) mx; urgency=medium

* Add flatpak-verified repo
Expand Down
32 changes: 0 additions & 32 deletions debs/mx-packageinstaller_24.6.02.dsc

This file was deleted.

Binary file removed debs/mx-packageinstaller_24.6.02.tar.xz
Binary file not shown.
32 changes: 32 additions & 0 deletions debs/mx-packageinstaller_24.6.03.dsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (native)
Source: mx-packageinstaller
Binary: mx-packageinstaller
Architecture: any
Version: 24.6.03
Maintainer: Adrian <[email protected]>
Standards-Version: 3.9.8
Vcs-Git: git://github.com/AdrianTM/mx-packageinstaller
Build-Depends: debhelper (>= 10), qtbase5-dev, qttools5-dev-tools
Package-List:
mx-packageinstaller deb admin optional arch=any
Checksums-Sha1:
5c2cd3684f72b9ca9d55714641edb146fc60697b 304824 mx-packageinstaller_24.6.03.tar.xz
Checksums-Sha256:
e49cf5901c8c2c8e3b096e32b22bf38a774c61bac80f36cdd928afe5759659be 304824 mx-packageinstaller_24.6.03.tar.xz
Files:
9cd439a5b64b0082190a544465e1ded3 304824 mx-packageinstaller_24.6.03.tar.xz

-----BEGIN PGP SIGNATURE-----

iQFHBAEBCgAxFiEE8ndToY6S45N+YzXncJOMeAZ57pgFAmZ0MP0THGFkcmlhbkBt
eGxpbnV4Lm9yZwAKCRBwk4x4BnnumJ8eCADR/b6IrRbfepBYXMEz0BVOM7nnMzcT
jvg0AyMa53W0mWVPV+w8Mye0LTfkC3x+Bbm0xevk6rOklfQ1fSVK8dpF3+1UXF8X
7LiadyNScptu9rnXQ//qZ/fqrWiNiIAAgT8LEmiUUqgY3PM4Og0gngJRXmhDsC3y
ZZ2M5SkMzAjJ67XElNkB049lIAhdLNxmQAsgCzLr3O7DCOXrQqAov0/+cM+1IlRp
seHp+uQnJf7xbOyeAAorkwLrBJNMyZBIHGMOR5Si/ba7/cy1sjxl/AT3go/U6q5M
3YqP2cYY5Jd2CDuFg7Y4CP8WPThj4XoNnVCWuvLctkdJvuca5Tm2tKGx
=mXo7
-----END PGP SIGNATURE-----
Binary file added debs/mx-packageinstaller_24.6.03.tar.xz
Binary file not shown.
2 changes: 1 addition & 1 deletion translations/mx-packageinstaller_sl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
<message>
<location filename="../mainwindow.cpp" line="636"/>
<source>Cancel</source>
<translation>Prekini</translation>
<translation>Prekliči</translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="643"/>
Expand Down

0 comments on commit 5e38970

Please sign in to comment.