- Mar 27, 2019
-
-
Change-Id: I4022846de7e0fa1f2a3bf14ffe0a961920379580
-
- Mar 19, 2019
-
-
Sébastien Blin authored
Since the host running the Jenkins pipeline uses Ubuntu 18.10, the apparmor profile is breaking the dh_installman binary. Use the docker-default profile for apparmor to fix dh_installman. Change-Id: Ia23f593e7c2d36b3d43df89cef0b1672a06511e3
-
- Jan 02, 2019
-
-
Sébastien Blin authored
Change-Id: Ice5cba61bf3f7baa3d207ea269ffa4537378ae58
-
- Dec 07, 2018
-
-
Andreas Traczyk authored
Change-Id: I0a1789fe0746e4db5dadf258b5071402039862db
-
- Nov 23, 2018
-
-
qdbusxml2cpp can't stat xml files without --privileged. Should be related to the seccomp profile. Change-Id: Ic7a011359abb0e726bdddafd7e672ec0be54758a Gitlab: #529 Reviwed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Nov 21, 2018
-
-
Sébastien Blin authored
Change-Id: I8da650f1458234392907c33b3035fe01bf85d953
-
- Nov 08, 2018
-
-
Sébastien Blin authored
+ Also update necessary contribs for fedora (sqlite-devel and openssl-static) Change-Id: Ib9e41a5cbd0dff6ef0208e7bb582e5e4e238e011
-
- Aug 17, 2018
-
-
Hugo Lefeuvre authored
It has been decided that we would have different releases between website and apt repository. The version from the website would have debian revision -0 and the one from apt repositories -1. The main difference resides in the fact that the version from the website distributes a postinst script which installs key and apt source.list so that Ring gets automatically updated when installed via one click install. This is not the case with the one from apt repos. Change-Id: I7bbfdfa41b0133ebe93f16bc550aa437c8ddfa6a
-
Hugo Lefeuvre authored
Ubuntu 17.10 is now EOL, so remove it from build scripts. Also, remove old and unused docker files. Change-Id: I4e43ecbeda4b061bfdf463bc57760474ae075d5a
-
- Jul 26, 2018
-
-
Backport various fixes from Alexandre's work on the official Debian package: Debian packaging: * Add missing libqt5sql5-sqlite dependency * Various copyright updates * Update Standards-Version * Priority optional (extra is deprecated now) * Update Vcs-* fields * Add missing copyright entry * Remove useless gbp.conf file (only meaningful when using git-buildpackage in a git-buildpackage compatible repo which is not the case here) Packaging scripts: * Remove Ubuntu 14.04 and 15.10 related code * Various copyright updates * Set e-mail address before generating changelog entry Change-Id: I18e523422d16fe129cf6773ab01a99b00232a5bb Gitlab: #481 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Jul 24, 2018
-
-
Change-Id: I1ade1fcfb4060ecb1e3410d1c7681047c2c2d1b4 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jun 08, 2018
-
-
Sébastien Blin authored
Change-Id: I609640b3cc92eb0c6bd31ee2da8d8cfd94e14952
-
- Jun 07, 2018
-
-
Sébastien Blin authored
Change-Id: Iab011abd51859cdcfb30663fb8bd2fd44aa71bcd
-
- May 29, 2018
-
-
Sébastien Blin authored
Change-Id: I0202943a5e02e0a4c13f044031defe1942b80736
-
- Apr 25, 2018
-
-
Remove deprecated distros and update Debian dependencies in make-ring.py and in the new Ubuntu 18.04 Dockerfile. Change-Id: Ia30948f8406a10ba269f3245c2428d42b8ac7d71 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
Maxim Cournoyer authored
* scripts/make-packaging-target.py (DOCKER_EXTRA_ARGS): New variable. It defaults to "-i" when running interactive targets. Change-Id: I097b68222ab9805535f50840ce182da858aa51c7
-
- Apr 17, 2018
-
-
- Adds a "fail" function parameter to execute_script (default is True). - Disables failing for brew unlink execution. - Unlinks gnutls, nettle, and msgpack which cause failed building when using homebrew cellar versions. - Adds --enable-restbed when calling bootstrap on macOS. Change-Id: I96449aaad57683f3bc778235376051a1f6ce69b1 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- Nov 28, 2017
-
-
Anthony Léonard authored
Default QMake configuration in mingw packages has changed since Fedora 26 and some modifications are required in order to make the ring client able to compile on it: - Change QMake spec from "win32-g++" to "mingw-w64-g++" which links with libqt5main.dll instead of the wrong libqtmain.dll. With this patch, the client shouldn't be able to compile anymore on Fedora <26. The corresponding patch in "client-windows" is also required as parts of the fix include modifications of the project file. Change-Id: I7c8c6ac028c1bccc824691e8974a93569fb6bb9c Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- Nov 27, 2017
-
-
Guillaume Roguez authored
Change-Id: I3137f4b64b51957ff8d41c7a5c0cf998247110ff
-
- Aug 24, 2017
-
-
Olivier SOLDANO authored
a typo slept through code review Change-Id: I880f8b99bf7c05f01e6ef4310931fcf6e0811f67 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Aug 23, 2017
-
-
Olivier SOLDANO authored
this patch makes the script able to scale its thread count with the core count of the build machine. Change-Id: I334679878d71f15ac1001650df61dcc4a725afeb Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Aug 01, 2017
-
-
Olivier SOLDANO authored
the script used to cross compile windows legacy clients had two issues: - some dirs were not parametric, - it was used for compilation checking on our CI infra. this patch makes the dirs parametric, and provides another script that builds the client with bare minimum for checking; e.g. not building the daemon and contrib to save time. Change-Id: Idd0d9ebbfcd15b0caf72e09d4ddb3841de9c3d42 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Jul 18, 2017
-
-
Guillaume Roguez authored
Was ring-nightly-man.repo, changed into ring-nightly.repo The '-man' suffix is deprecated and has no-meaning for Fedora packaging. Change-Id: I455d19ef3c6ad4bad181921bab59453d26ad2ab7
-
- Jul 12, 2017
-
-
add Fedora26 and Ubuntu 17.10 Change-Id: Id32c797d11f0e7453beaa63d1c7138f5da9e278e
-
- Jul 06, 2017
-
-
Guillaume Roguez authored
* Add 2017 date * exclude UWP/electron client directories Change-Id: I47bb724ce56249d67f331a8b943f26f2e1a2e109
-
- Jul 05, 2017
-
-
Guillaume Roguez authored
Change-Id: I2c02c37726fa2e2c6f404e681cce8bd35207e58e
-
Guillaume Roguez authored
This reverts commit 30977a73. This was only for testing Change-Id: I07ee981b8dfba0a9d82e0fa63a0ba94278fc1c5e
-
Guillaume Roguez authored
Change-Id: Ib1bac699017304cc298d430ca4c329010e9f0ec4
-
Guillaume Roguez authored
Fix platform detection conditionals Change-Id: I8e60a838b46c32683e3f23d7bcf0f00a2ff54750
-
- Jul 04, 2017
-
-
Guillaume Roguez authored
* few syntax errors fixes * functions renaming * untabbify Change-Id: Id0a01ab894cbd22dc027b7571f9bce0012b0bca4
-
Guillaume Roguez authored
Both are using common parts of code and have the same goal. Merging into one script permits also to not duplicate code. Change-Id: I23ffaff90255b5b1865afa0f336230b53f162ceb
-
- Apr 17, 2017
-
-
Guillaume Roguez authored
Add ubuntu 17.04 to packaging scripts Change-Id: I188a24efa80b48fb295d3dc2b6afd65448644de0 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Feb 22, 2017
-
-
Change-Id: Ic5b5717890220ea941a19f45d8eca771a0a583c6
-
- Dec 22, 2016
-
-
Olivier SOLDANO authored
the attribute sparkle:version was ill formed (date in format %Y/%m/%d instead of %Y%m%d), making new versions outdated during publishing because of the lexicographic ordering in winsparkle. Change-Id: Ieb8d10ce346c27d27dd1a82dddb05414d9e839ed
-
- Dec 21, 2016
-
-
Olivier SOLDANO authored
added script winsparkle.py to maintain the rss light and beeing able to suppress cleanly versions of the same day when publishing. It will also be easier to further implement other tests on the rss to erase older items from the channel if needed. Change-Id: I99d6ead3f180ce642a81e0c308c6a10efdd06dea
-
- Dec 08, 2016
-
-
aviau authored
Change-Id: Ifd9edfa8dcfaae7c657f28b84d09fe39d98aaedd
-
- Dec 04, 2016
-
-
Stefan Langenmaier authored
Change-Id: I63ef5ea9d28b1fc3cc34cc5ffda3a78ecfc41363
-
- Nov 11, 2016
-
-
Olivier SOLDANO authored
The script was using wget which is no disponible on the build machine. This version is more robust as it calls curl if wget isn't installed and vice versa. Change-Id: I033100f19d646c5f866fb37a78a11ac711eecb95
-
- Nov 09, 2016
-
-
Guillaume Roguez authored
This script is needed to update a Windows Sparkle XML file for Windows auto-update. The script has been modified to take account of the new repository dl.ring.cx. It also requires gawk for inplace modifications. Change-Id: I4ca9b3fcc126e22db3b5303fabda3c666ef2f7f1
-
- Nov 05, 2016
-
-
aviau authored
Change-Id: I78080e5a9be8260bc4e855424e7c5045c808cc09 Reviewed-by:
Guillaume Roguez <guillaume.rogez@savoirfairelinux.com>
-