Commit Graph

131 Commits

Author SHA1 Message Date
Adriaan de Groot
510d2d22d5 Clang: reduce warnings to useful level
- suppress tons of warnings from Qt MOC due to pointer-casting
 - suppress warnings about globals
2017-09-10 06:17:02 -04:00
Adriaan de Groot
d86ea76af2 Bump RC down to 0 for release 2017-09-07 05:46:34 -04:00
Adriaan de Groot
bba9651850 Create example distro squashfs (from build host)
- Add a target 'example-distro' which must be manually invoked
   This creates an example.sqfs with a minimal binary distro
   based on the build hosts's /bin and /lib.

The purpose is to provide a simple test image which the
default configuration of the unpackfs module can use to
create a system within which the *other* steps of the
installation can run.

Example files are some zoneinfo's (remember to choose an
existing zone when using the example distro), groups and
sudoers files, etc ..

The example distro has a special /xbin which contains bogus
binaries for many system-administration tasks (e.g. useradd
which would otherwise come from /usr/sbin).
2017-08-23 17:33:03 -04:00
Adriaan de Groot
2362a33613 Bump version numbers (again!) in preparation for next week's release 2017-08-23 06:43:37 -04:00
Adriaan de Groot
34846a6644 Bump Calamares version 2017-08-23 04:35:21 -04:00
Adriaan de Groot
7688ab7ad3 CMake: typos in filenames (thanks Riddell) 2017-08-08 23:59:15 +09:00
Adriaan de Groot
2fdccdf090 Merge branch 'simplify-module-desc' 2017-08-02 11:29:58 -04:00
Adriaan de Groot
137da0d8ba CMake: document SKIP_MODULES 2017-07-25 09:00:30 +02:00
Adriaan de Groot
5efac3b2a8 CMake: remove now-nonsensical comment 2017-07-25 08:53:27 +02:00
Adriaan de Groot
978ff6591c CMake: simplify module loading 2017-07-05 11:14:22 -04:00
Adriaan de Groot
db105079ba CMake: drop meta-include CalamaresUse 2017-07-05 10:37:49 -04:00
Adriaan de Groot
2c97f393bc CMake: adjust to moved location, drop useless CalamaresUse.cmake 2017-07-05 10:32:28 -04:00
Adriaan de Groot
7ad1c4ccb8 i18n: add Hebrew to the list of languages (new translation) 2017-07-05 04:48:50 -04:00
Adriaan de Groot
5704719ea4 CMake: minor styling 2017-07-03 08:16:09 -04:00
Adriaan de Groot
b20defc411 Clang: be less pedantic about c++98 compatibility 2017-06-27 07:21:05 -04:00
Adriaan de Groot
d756edfc9a CMake: turn testing on, following KDE style.
A new option BUILD_TESTING is available; you can turn this off at
CMake-time, but building the tests themselves is harmless (although
it takes some CPU time).

The main advantage of doing this is that running the tests becomes
simple:
    make test
Instead of figuring out which tests there are and how to run them
individually. Note that the partition-manager tests will normally
fail, because they require an additional environment variable to
be set to tell them what disk to destroy.
2017-06-27 05:05:12 -04:00
Adriaan de Groot
5a1a02197d CMake: since 3.2 is required, no need for the check 2017-06-27 04:56:38 -04:00
Adriaan de Groot
70ed67744f Release: drop rc-number 2017-06-21 18:38:53 -04:00
Adriaan de Groot
4841230801 Release: bump version number 2017-06-21 10:30:51 -04:00
Adriaan de Groot
4643ba0adc Clang: improve usefullness of clang-warnings
- don't check c++98 compatibility
 - don't show warnings on third-party code
 - don't check for padding
2017-06-21 07:27:59 -04:00
Adriaan de Groot
ee030c4d56 CMake: revertlast, DESTDIR is the way to stage.
Thanks to Kevin Kofler for putting me back on the right track.
2017-06-19 17:40:51 -04:00
Adriaan de Groot
448af86242 CMake: follow prefix even for the polkit files, for easier staged installs. 2017-06-19 16:55:05 -04:00
Adriaan de Groot
e771845d91 Cleanup: bump CMake requirement, so we have better C++14 build support 2017-06-12 12:36:03 +02:00
Adriaan de Groot
b6715098e1 Manual: move to section 8, minor polishing 2017-06-07 03:03:29 -04:00
Teo Mrnjavac
a5280b6896 Bump. 2017-02-24 17:15:34 +01:00
Teo Mrnjavac
6cb4291b4d Bump. 2017-02-17 17:04:15 +01:00
Teo Mrnjavac
44839a37c6 Bump. 2017-02-10 16:47:37 +01:00
Teo Mrnjavac
65aa914127 Bump. 2017-01-27 11:20:00 +01:00
Teo Mrnjavac
2cb8c1d248 Bump. 2017-01-20 16:18:23 +01:00
Teo Mrnjavac
c990dc037f Bump. 2017-01-19 18:08:00 +01:00
Teo Mrnjavac
fddddc5cb9 Bump. 2017-01-18 14:55:55 +01:00
Teo Mrnjavac
ada620effc Find PythonQt. 2016-12-16 17:03:00 +01:00
shainer
8d5fbaafeb New cmake switch to skip installing configuration.
The INSTALL_CONFIG is "on" by default. When set to off,
no *.conf file, both global and related to a single module,
will be installed. A warning message is printed by cmake too,
and the module description is edited to make this visible.

This is useful for testing, when we want to install our
own libraries and binary but keep the configuration of the
live system we are testing on (e.g. path to distro image).

Tested on the master branch.
2016-11-21 00:36:49 +00:00
Kevin Kofler
d6e0e09bc1 Bump version to 2.4.80.
We need master to have a higher version than the stable branch. I used
2.4.80 so that it can be bumped again to 2.4.90 when starting to do
alpha/beta/RC releases.
2016-11-13 03:56:55 +01:00
shainer
ab40626c5d Bump QT_VERSION to 5.6 in cmake. 2016-10-02 15:33:27 +01:00
Teo Mrnjavac
1c3d5c67e9 Bump. 2016-09-02 15:57:15 +02:00
Teo Mrnjavac
5cf3770b62 Bump. 2016-08-24 16:11:03 +02:00
Teo Mrnjavac
737b982eb2 Bump. 2016-08-18 16:39:49 +02:00
Teo Mrnjavac
3064632592 Bump. 2016-08-11 18:02:10 +02:00
Teo Mrnjavac
c197985c01 Bump 2016-07-29 17:12:51 +02:00
Teo Mrnjavac
59e68ad29a Bump. 2016-07-22 16:58:05 +02:00
Teo Mrnjavac
b20e18cc26 Update languages list. 2016-07-22 16:36:26 +02:00
Teo Mrnjavac
d568f18145 Bump. 2016-06-30 13:57:11 +02:00
Teo Mrnjavac
e7c3d0b7ac Update languages list. 2016-06-30 13:09:08 +02:00
Teo Mrnjavac
d4d2fd1432 Bump. 2016-06-24 17:28:52 +02:00
Teo Mrnjavac
7c89bc87ce Bump. 2016-06-17 18:11:00 +02:00
Teo Mrnjavac
7cd60673e7 Bump! 2016-06-10 18:10:03 +02:00
Teo Mrnjavac
bc27821b27 Bump. 2016-06-03 18:22:03 +02:00
Teo Mrnjavac
cde6e68d29 Bump. 2016-05-13 18:36:18 +02:00
Teo Mrnjavac
fb04800d4a Bumpitybump. 2016-05-06 19:01:27 +02:00