Compare commits

..

1 Commits

Author SHA1 Message Date
Dmitry Maksyoma
222b20b015 CI: skip tag builds 2022-12-02 09:45:08 +13:00
5 changed files with 8 additions and 19 deletions

View File

@@ -46,6 +46,7 @@ build_www:
only:
variables:
- $BUILD_JOBS !~ /^none$/
- $CI_COMMIT_TAG == ""
artifacts:
paths:
- output/
@@ -187,7 +188,7 @@ build_debian_buster:
- bash builder/build-package debian buster;
only:
variables:
- $BUILD_JOBS == 'all' || $BUILD_JOBS =~ $CI_JOB_NAME
- $CI_COMMIT_MESSAGE =~ /\[full [cC][Ii]\]/ || $BUILD_JOBS =~ $CI_JOB_NAME
artifacts:
paths:
- output/
@@ -206,7 +207,7 @@ build_debian_buster_arm:
- bash builder/build-package debian buster;
only:
variables:
- $BUILD_JOBS == 'all' || $BUILD_JOBS =~ $CI_JOB_NAME
- $CI_COMMIT_MESSAGE =~ /\[full [cC][Ii]\]/ || $BUILD_JOBS =~ $CI_JOB_NAME
artifacts:
paths:
- output/
@@ -223,7 +224,7 @@ build_debian_bullseye:
- bash builder/build-package debian bullseye;
only:
variables:
- $BUILD_JOBS == 'all' || $BUILD_JOBS =~ $CI_JOB_NAME
- $CI_COMMIT_MESSAGE =~ /\[full [cC][Ii]\]/ || $BUILD_JOBS =~ $CI_JOB_NAME
artifacts:
paths:
- output/
@@ -242,7 +243,7 @@ build_debian_bullseye_arm:
- bash builder/build-package debian bullseye;
only:
variables:
- $BUILD_JOBS == 'all' || $BUILD_JOBS =~ $CI_JOB_NAME
- $CI_COMMIT_MESSAGE =~ /\[full [cC][Ii]\]/ || $BUILD_JOBS =~ $CI_JOB_NAME
artifacts:
paths:
- output/

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.0.1
Version: 1.0.0
Release: 1%{?dist}
Summary: VNC server accessible from a web browser
@@ -83,8 +83,6 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md
%changelog
* Thu Dec 01 2022 KasmTech <info@kasmweb.com> - 1.0.1-1
- Bug fix for extreme video quality using high bandwidth with poor quality
* Tue Nov 29 2022 KasmTech <info@kasmweb.com> - 1.0.0-1
- WebRTC UDP transit support with support of STUN servers
- Lossless compression using multi-threaded WASM QOI decoder client side

6
debian/changelog vendored
View File

@@ -1,9 +1,3 @@
kasmvnc (1.0.1-1) unstable; urgency=medium
* Bug fix for extreme video quality using high bandwidth with poor quality
-- Kasm Technologies LLC <info@kasmweb.com> Thu, 01 Dec 2022 16:03:18 +0000
kasmvnc (1.0.0-1) unstable; urgency=medium
* WebRTC UDP transit support with support of STUN servers

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.0.1
Version: 1.0.0
Release: leap15
Summary: VNC server accessible from a web browser
@@ -81,8 +81,6 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md
%changelog
* Thu Dec 01 2022 KasmTech <info@kasmweb.com> - 1.0.1-leap15
- Bug fix for extreme video quality using high bandwidth with poor quality
* Tue Nov 29 2022 KasmTech <info@kasmweb.com> - 1.0.0-leap15
- WebRTC UDP transit support with support of STUN servers
- Lossless compression using multi-threaded WASM QOI decoder client side

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.0.1
Version: 1.0.0
Release: 1%{?dist}
Summary: VNC server accessible from a web browser
@@ -82,8 +82,6 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md
%changelog
* Thu Dec 01 2022 KasmTech <info@kasmweb.com> - 1.0.1-1
- Bug fix for extreme video quality using high bandwidth with poor quality
* Tue Nov 29 2022 KasmTech <info@kasmweb.com> - 1.0.0-1
- WebRTC UDP transit support with support of STUN servers
- Lossless compression using multi-threaded WASM QOI decoder client side