• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux-calamares: List of commits

GitHubのミラーです
https://github.com/FascodeNet/alterlinux-calamares


RSS
Rev. Time Author
b941080 master 3.2.44-1 2021-09-28 14:12:14 hayao

Merge tag 'v3.2.44.2'

de63669 2021-09-28 04:32:43 Adriaan de Groot

CI: add missing API stub-implementation for pylint

51898ea 2021-09-28 04:04:26 Adriaan de Groot

[unpackfs] Fix typo

Apparently everyone shipping a squashfs image also has the tools
installed, because the error message reporting that the tools-are-
missing contained a reference to an undefined variable.
Fix that, and while here improve the error message so you
don't get a whole path as a title in the error message.

The slightly weird error-message construction is so that no
messages change and no translation work is needed.

16f8243 2021-09-28 04:04:26 Adriaan de Groot

[unpackfs] Move to conventional python-libcalamares use

All **other** modules fully specify libcalamares; only unpackfs
was importing shortcuts. Change to conventional usage (partly
because that's easier on the pylint implementation, partly because
it's then consistent with the rest).

96c89fc 2021-09-28 04:04:26 Adriaan de Groot

[displaymanager] Fix Python errors

Apparently nobody ever hit the else-branch here (because
each DM has exactly one implementation -- that's what the
check is there for!) because the logging of the error
itself would raise IndexError or ValueError.

7195482 2021-09-28 04:02:18 Adriaan de Groot

CMake: if pylint is available, run it as part of the test-suite

This introduces a stub-implementation (fake) that mimics the
API offered by libcalamares (the library is actually exposed
to Python via Boost::Python, so it doesn't act like a C-extension).
Using that stub-implementation, we can check Python modules for
validity as part of the test-suite.

The stub-implementation is needed, because otherwise every
Python module already fails at `import libcalamares`.

- stub-implement the API that is actually used by the Python modules
- in globalstorage, be slightly smart about what keys are being
requested (so that e.g. all the modules that handle partitions
information get an empty list and can manipulate that, instead of
erroring out when they get a string)

836ea55 2021-09-28 00:50:47 Adriaan de Groot

Changes: credit to Corey for fixes

f197acf 2021-09-28 00:27:42 Adriaan de Groot

CI: add stubs for libcalamares bits, to help pylint

96aa5b4 2021-09-27 21:27:50 Adriaan de Groot

Merge branch 'improve-loadmodule' into calamares

815bb62 2021-09-27 21:26:43 Adriaan de Groot

[calamares] Fix test-application command-line-args

- use C++11 uniform-initialization
- while here, remove space from name of --global option

7cda1d2 2021-09-27 20:39:27 Adriaan de Groot

[calamares] Test-loader tries loading from install-dir, too

058e6cb 2021-09-27 20:34:08 Adriaan de Groot

[calamares] Log failed module-load in test-application

de9e6a7 2021-09-27 20:27:36 Adriaan de Groot

[calamares] Log module-searching in the test-application

657a363 2021-09-27 20:18:12 Adriaan de Groot

[libcalamares] Log the Python pre-script a little better

- Make clear that the @ is a string-location, and how long the
pre-script is (although in practice, it will be either null
and 0, or the values set in the loadmodule executable).

8656636 2021-09-27 20:12:09 Adriaan de Groot


Merge pull request #1794 from coreylang/networkcfg_replace_username_fix

[networkcfg] fix replace_username() undefined variables

c4034d9 2021-09-27 20:08:22 Adriaan de Groot

Changes: pre-release housekeeping

590f163 2021-09-27 15:24:05 corey lang

[networkcfg] fix replace_username() undefined variables

65c1ef7 2021-09-24 23:27:35 demmm

[initcpiocfg] fix install failure due to extra s

723da94 2021-09-24 20:48:35 Adriaan de Groot

i18n: source texts

0a0f3dd 2021-09-24 20:48:27 Adriaan de Groot

Changes: hot-fix release

0403749 2021-09-24 19:40:38 Adriaan de Groot

Changes: pre-release housekeeping

f25ff77 2021-09-24 19:33:07 Adriaan de Groot

Merge branch 'fix-nm-name' into calamares

ce5d42c 2021-09-24 19:33:00 Adriaan de Groot

[networkcfg] Refactor getting source-and-target paths of a file

13d69cb 2021-09-24 19:30:11 Adriaan de Groot

[networkcfg] Don't mindlessly PEP8

bf60d05 2021-09-24 19:25:33 Adriaan de Groot

[networkcfg] Refactor username-replacement

Read, then write, the NM file. Add a note about how we might
handle this better. Rename live_user() function to give it
a verb (and avoid UnboundLocal when using a variable of the same name).

678e6f6 2021-09-24 19:15:20 Adriaan de Groot

[networkcfg] Be more forgiving when getting the live username

- This function is intended to do whatever it takes to
get the live username.

88669a4 2021-09-24 18:26:41 Adriaan de Groot


Merge pull request #1777 from librewish/btrfs_additions

[fstab] Improve btrfs mount options

3592fe0 2021-09-24 18:26:08 Adriaan de Groot


Merge pull request #1776 from librewish/consolefont

[initcpiocfg] add consolefont to hooks

e5e9e14 2021-09-24 16:00:42 librewish

[initcpiocfg] add consolefont to hooks

3f890df 2021-09-24 15:54:58 librewish

[fstab] Improve btrfs mount options

Show on old repository browser