forked from OpenCPN/OpenCPN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'OpenCPN:master' into master
- Loading branch information
Showing
137 changed files
with
2,075 additions
and
2,333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
*~ | ||
.DS_Store | ||
.idea | ||
.pre-commit-config.yaml | ||
.vs | ||
.vscode | ||
build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,10 +70,7 @@ cp ../ci/id_opencpn.tar.cpt . | |
ccdecrypt --envvar FLATPAK_KEY id_opencpn.tar.cpt | ||
tar -xf id_opencpn.tar | ||
chmod 600 .ssh/id_opencpn | ||
rsync -a --info=stats --delete-after \ | ||
--rsh="ssh -o 'StrictHostKeyChecking no' -i .ssh/id_opencpn" \ | ||
website/ [email protected]:web/flatpak-repo | ||
rm -f .ssh/id_opencpn* | ||
|
||
|
||
# Restore the patched file so the caching works. | ||
git checkout ../flatpak/org.opencpn.OpenCPN.yaml | ||
|
@@ -86,3 +83,11 @@ flatpak remote-ls local | |
|
||
# Validate the appstream data: | ||
appstreamcli validate app/files/share/appdata/org.opencpn.OpenCPN.appdata.xml || : | ||
|
||
|
||
# build the single file bundle, the actual artifact. | ||
flatpak build-bundle repo \ | ||
opencpn+$(git rev-parse --short HEAD).flatpak org.opencpn.OpenCPN devel | ||
|
||
# Make sure upload script has what it needs. | ||
sudo apt-get --yes --force-yes install python3-pip python3-setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.