mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Port rootfs.sh to Python
This commit is contained in:
parent
4dbc9618a2
commit
713fd9143f
12 changed files with 646 additions and 34 deletions
12
.cirrus.yml
12
.cirrus.yml
|
|
@ -1,7 +1,19 @@
|
|||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
pylint_task:
|
||||
container:
|
||||
image: debian:bullseye
|
||||
deps_script:
|
||||
- apt-get -y update
|
||||
- apt-get -y dist-upgrade
|
||||
- apt-get -y install python3-requests pylint
|
||||
- apt-get -y clean
|
||||
check_script:
|
||||
- pylint rootfs.py sysa.py lib/utils.py
|
||||
|
||||
shell_lint_task:
|
||||
container:
|
||||
image: debian:stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue