[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-207-g74d5d0f |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, master has been updated
via 74d5d0f6ef703a65e379f1884a432a7f8c016e93 (commit)
via 983d78727ca2f273e28988500c56aac2305e619f (commit)
via 07d3fd1ed4b5fac22f84df96d0a15b385dc79bf0 (commit)
via 6867bf813a4c091de2036edfa1b86e6329c47b23 (commit)
via b9002ab4da56d8ca72e70d2760ed5eb656c9016c (commit)
via 5b1bd22b30d04ee04804f230d827ff4c8d4a46b9 (commit)
from f1036fe017f2e88dcad5838c8b79fc00480dfbcd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 74d5d0f6ef703a65e379f1884a432a7f8c016e93
Author: Maximilian Federle <max.federle@xxxxxxxxxxxxxx>
Date: Thu Apr 16 19:54:39 2020 +0200
snap: Use symlinks instead of bind-mounts
As per https://snapcraft.io/docs/snap-layouts,
bind-mounts significantly increase the startup time of the snap.
Use symlinks instead for better performance.
commit 983d78727ca2f273e28988500c56aac2305e619f
Author: Maximilian Federle <max.federle@xxxxxxxxxxxxxx>
Date: Thu Apr 16 19:52:24 2020 +0200
snap: Set correct PYTHONPATH
Fix qet-tb-generator not being able to find
its packages.
commit 07d3fd1ed4b5fac22f84df96d0a15b385dc79bf0
Author: Maximilian Federle <max.federle@xxxxxxxxxxxxxx>
Date: Thu Apr 16 19:51:06 2020 +0200
snap: Use SNAP_USER_COMMON as HOME
This prevents the config and the user collection from being
backed up by snapd on update. If the user reverts qelectrotech,
the current collection will thus not be overwritten by the
possibly outdated backup.
Add a migration script that automatically transfers the user's .qet
directory to the new location.
commit 6867bf813a4c091de2036edfa1b86e6329c47b23
Author: Maximilian Federle <max.federle@xxxxxxxxxxxxxx>
Date: Thu Apr 16 19:41:41 2020 +0200
snap: Do not ship files already included in content snaps
Remove all files from prime that are already included in our content
snaps, which reduces snap size considerably.
commit b9002ab4da56d8ca72e70d2760ed5eb656c9016c
Author: Maximilian Federle <max.federle@xxxxxxxxxxxxxx>
Date: Thu Apr 16 19:39:32 2020 +0200
snap: Use kde-frameworks-5-core18-sdk to build
Use kde-neon's corresponding sdk snap instead of
build-packages.
commit 5b1bd22b30d04ee04804f230d827ff4c8d4a46b9
Author: Maximilian Federle <max.federle@xxxxxxxxxxxxxx>
Date: Thu Apr 16 19:35:59 2020 +0200
snap: Use kde-neon extension
The kde-neon extension reduces our boilerplate in snapcraft.yaml
and reduces the snap size considerably, as we do not need to ship
any library that is already included in the kde-frameworks-5-core18
snap itself.
This limits qelectrotech builds to the architectures supported
by kde-frameworks-5-core18, i.e. only amd64.
-----------------------------------------------------------------------
Summary of changes:
build-aux/snap/local/launchers/qelectrotech-launch | 12 +-
build-aux/snap/snapcraft.yaml | 131 ++++++++-------------
2 files changed, 62 insertions(+), 81 deletions(-)
hooks/post-receive
--
qet/qet.git