- 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>
-
- Oct 12, 2016
-
-
Change-Id: I632b1bbd683d6301e12544d90f30d2bc55d169ea Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Change-Id: I77756fbe09b3ffd3f89573a472736df9e95db57c Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Oct 06, 2016
-
-
Anthony Léonard authored
This command was removing translations files at the end of the build which are required by the client. Change-Id: I8e665315570c9e5c3dd468ef2418aa551809f739
-
Loïc Siret authored
OSX need Shared Library to compile the daemon. This patch ensure that we didn't disable them on compilation. Change-Id: Iedc37da7980599f2011e9501df0e4b087a0d7d0f
-
- Sep 23, 2016
-
-
The script is modified so we can compile Ring for Windows by using '--distribution=mingw[32|64]'. At the moment, it can only be used on Fedora (>=23). Modifications: * script/win_compile.sh do the actual job * make-ring.py call this script when needed Change-Id: I964b2bb9fb174bebd8e6b8746f3721066c278251 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Sep 08, 2016
-
-
Stepan Salenikovich authored
Use the same make -j argument when building lrc and client as when building the daemon. lrc builds much faster this way. Change-Id: Ifaecdaeb86e4bc9862004ca880eddaaa8d91dc98
-
Stepan Salenikovich authored
There are occasionally issues building a shared libring object on some systems. Its also easier to run dring in gdb when it is linked statically. Change-Id: Iec79cfc4c0134664697404b3abeb411bf992e5a4
-
- Sep 07, 2016
-
-
Stepan Salenikovich authored
Making contrib with the -j option changes the order of the linker flags in some cases and causes the build of the daemon to fail during linking. Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I79648cbb676e977679498c3078caeec4aaf1330e
-
- Aug 04, 2016
-
-
- Aug 02, 2016
-
-
- Jul 29, 2016
-
-
aviau authored
When adding the same deb twice to the repository, deploy-packages fails. This is due to reprepro complaining about adding two times the same deb to the same architecture. This happens because we generate arch all packages on both i386 and amd64. This patch tries to remove the package before adding it. This is safer than ignoring the error as there is no option to only ignore this type of error. Change-Id: I397148f9e8efe6ca1a089644abbd86395fa5eaf4 Tuleap: #872
-
- Jul 28, 2016
-