Merge branch 'master' into fix-swap-ui
This commit is contained in:
commit
07a0e7b075
@ -16,5 +16,5 @@ install:
|
|||||||
- docker build -t calamares .
|
- docker build -t calamares .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run -v $PWD:/src --tmpfs /build:rw,size=65536k -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh"
|
- docker run -v $PWD:/src --tmpfs /build:rw,size=81920k -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh"
|
||||||
|
|
||||||
|
22
CHANGES
22
CHANGES
@ -3,15 +3,15 @@ contributors are listed. Note that Calamares does not have a historical
|
|||||||
changelog -- this log starts with version 3.2.0. The release notes on the
|
changelog -- this log starts with version 3.2.0. The release notes on the
|
||||||
website will have to do for older versions.
|
website will have to do for older versions.
|
||||||
|
|
||||||
= 3.2.3 (unreleased) =
|
# 3.2.3 (unreleased) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
|
||||||
== Core ==
|
## Core ##
|
||||||
|
|
||||||
== Modules ==
|
## Modules ##
|
||||||
|
|
||||||
= 3.2.2 (2018-09-04) =
|
# 3.2.2 (2018-09-04) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
- Andrius Štikonas
|
- Andrius Štikonas
|
||||||
@ -22,7 +22,7 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
- Simon Quigley
|
- Simon Quigley
|
||||||
- Walter Lapchynski
|
- Walter Lapchynski
|
||||||
|
|
||||||
== Core ==
|
## Core ##
|
||||||
|
|
||||||
* Example configurations are **no longer installed** by default.
|
* Example configurations are **no longer installed** by default.
|
||||||
The default setting for *INSTALL_CONFIG* has changed. Distributions
|
The default setting for *INSTALL_CONFIG* has changed. Distributions
|
||||||
@ -38,7 +38,7 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
* A new `ci/RELEASE.sh` script has been added to streamline releases;
|
* A new `ci/RELEASE.sh` script has been added to streamline releases;
|
||||||
it is not guaranteed to work anywhere in particular though.
|
it is not guaranteed to work anywhere in particular though.
|
||||||
|
|
||||||
== Modules ==
|
## Modules ##
|
||||||
|
|
||||||
* When multiple modules are mutually exclusive, or don't make sense
|
* When multiple modules are mutually exclusive, or don't make sense
|
||||||
to enable concurrectly, a new `USE_<foo>` framework has been added
|
to enable concurrectly, a new `USE_<foo>` framework has been added
|
||||||
@ -68,7 +68,7 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
Distro's are **strongly advised** to re-test their DM configuration
|
Distro's are **strongly advised** to re-test their DM configuration
|
||||||
and installation with the revamped code.
|
and installation with the revamped code.
|
||||||
|
|
||||||
**3.2.1** (2018-06-25)
|
# 3.2.1 (2018-06-25) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
- Bill Auguer
|
- Bill Auguer
|
||||||
@ -76,7 +76,7 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
- Phil Mueller
|
- Phil Mueller
|
||||||
- Raul Rodrigo Segura
|
- Raul Rodrigo Segura
|
||||||
|
|
||||||
== Core ==
|
## Core ##
|
||||||
|
|
||||||
* Qt 5.7 is now the minimum required Qt version. Because KPMCore
|
* Qt 5.7 is now the minimum required Qt version. Because KPMCore
|
||||||
(a fairly fundamental dependency) requires Qt 5.7, Calamares
|
(a fairly fundamental dependency) requires Qt 5.7, Calamares
|
||||||
@ -91,7 +91,7 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
ignoring some configuration errors. This will certainly cause
|
ignoring some configuration errors. This will certainly cause
|
||||||
problems for distributions with sloppy configurations.
|
problems for distributions with sloppy configurations.
|
||||||
|
|
||||||
== Modules ==
|
## Modules ##
|
||||||
|
|
||||||
* New module preservefiles, keeps (log) files around after install;
|
* New module preservefiles, keeps (log) files around after install;
|
||||||
this duplicates functionality with the unmount module, but unmount
|
this duplicates functionality with the unmount module, but unmount
|
||||||
@ -111,7 +111,7 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
all the comment-lines in the file and writes enabled locales
|
all the comment-lines in the file and writes enabled locales
|
||||||
at the end, with a descriptive comment.
|
at the end, with a descriptive comment.
|
||||||
|
|
||||||
**3.2.0** (2018-05-17)
|
# 3.2.0 (2018-05-17) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
- Alf Gaida
|
- Alf Gaida
|
||||||
@ -119,7 +119,7 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
- Caio Carvalho
|
- Caio Carvalho
|
||||||
- Frede H
|
- Frede H
|
||||||
|
|
||||||
== Modules ==
|
## Modules ##
|
||||||
|
|
||||||
* UI annoyances in the partitioning module were fixed; the
|
* UI annoyances in the partitioning module were fixed; the
|
||||||
mount-point selector is now more obvious when no mount-point
|
mount-point selector is now more obvious when no mount-point
|
||||||
|
@ -21,16 +21,34 @@ echo -e "###\n### make\n###"
|
|||||||
make -j2 || { make -j1 VERBOSE=1 ; echo "! Make failed" ; exit 1 ; }
|
make -j2 || { make -j1 VERBOSE=1 ; echo "! Make failed" ; exit 1 ; }
|
||||||
|
|
||||||
echo -e "###\n### make install\n###"
|
echo -e "###\n### make install\n###"
|
||||||
|
|
||||||
|
install_debugging() {
|
||||||
|
ls -la $( find "$1" -type f -name '*.so' )
|
||||||
|
}
|
||||||
|
|
||||||
|
echo "# System status"
|
||||||
|
df -h
|
||||||
|
|
||||||
echo "# Build results"
|
echo "# Build results"
|
||||||
find "$BUILDDIR" -name '*.so'
|
install_debugging "$BUILDDIR"
|
||||||
|
|
||||||
echo "# Install"
|
echo "# Install"
|
||||||
DESTDIR=/build/INSTALL_ROOT
|
DESTDIR=/build/INSTALL_ROOT
|
||||||
mkdir -p "$DESTDIR"
|
mkdir -p "$DESTDIR"
|
||||||
|
|
||||||
result=true
|
if make install VERBOSE=1 DESTDIR="$DESTDIR" ;
|
||||||
make install VERBOSE=1 DESTDIR="$DESTDIR" || result=false
|
then
|
||||||
|
echo "# .. install OK"
|
||||||
|
result=true
|
||||||
|
else
|
||||||
|
echo "# .. install failed"
|
||||||
|
result=false
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "# System status"
|
||||||
|
df -h
|
||||||
|
|
||||||
echo "# Install results"
|
echo "# Install results"
|
||||||
find "$DESTDIR" -type f
|
install_debugging "$DESTDIR"
|
||||||
|
|
||||||
$result # Result of make install, above
|
$result # Result of make install, above
|
||||||
|
Loading…
Reference in New Issue
Block a user