Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-05-20 13:32:44 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-05-20 13:32:44 +0300
commit2f0cfca89f94d99c52489ff65fb7df0c67efe610 (patch)
tree55c23370183d09f67aceaddffc91a5d05da16a2a /.gitlab-ci.yml
parent4d75647cad0c5b48ca8c2153fbb2060e8bcfa210 (diff)
Remmina release v1.4.4
* RDP Plugin - Adding UDP support, implements #2153 !2038 @antenore; * Adding proxy and local storage support !2039 @antenore; * RDP option to prefer IPv6 AAAA record over IPv4 A records !2040 @antenore; * Snap: Install icons system-wide and use them !2042 @ed10vi; * Allow users to override the app ID !2044 @garymoon; * Use icon name instead of localizable string in gtk_image_new_from_icon_name() !2045 @yurchor; * Fix minor typos !2046 @yurchor; * Don't grab when window has no focus, issue #2165 !2047 @giox069; * SSH tunnel and VNC fixes !2048 @antenore; * Adding explicitly trueColour in the client format structure. Fixes #2181 and #810 !2049 @antenore; * Code refactoring. !2050 @antenore; * Extract subtitle for translation !2051 @yurchor; * [SSH] Connection pre/post command not replacing SSH tunnel parameters !2053 @antenore; * SNAP: Remove libssh, available in distro !2052 @ed10vi; * 2189 !2054 @giox069; * Adding Remmina_debug function to simplify log reporting !2055 @antenore; * Removing OnlyShowIn as deprecated in the latest freedesktop spec. Closes #2198 !2056 @antenore; * Cleaning up GLib deprecations !2058 @antenore; * And much more committed directly in the master branch; * Polish is a new language. * Thousands of new strings have been translated with Weblate; Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f171d70e..3838e919e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,20 +105,20 @@ flatpak:test:
script:
- /bin/sh -xe ./flatpak/flatpak-build.sh
artifacts:
- name: "$CI_MERGE_REQUEST_ID-flatpak"
+ expose_as: 'Testing flatpak package'
paths:
- flatpak/${BUNDLE}
expire_in: 10 days
- expose_as: 'Testing flatpak download'
cache:
paths:
- flatpak/.flatpak-builder/cache
+ - flatpak/.flatpak-builder/downloads
+ - flatpak/.flatpak-builder/git
only:
- refs:
- - tags
- - merge_requests
- - web
- - schedules
+ - merge_requests
+ - tags
+ - web
+ - schedules
snap:build:
image: ubuntudesktop/gnome-3-28-1804