Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace asdf with mise #1744

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .config/Taskfile_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ env: &env
FORCE_COLOR: "true"
PRE_COMMIT_COLOR: always
vars:
HOSTNAME:
sh: echo ${HOSTNAME:-${HOST:-$(hostname)}}
PYTHON3:
sh: echo {{.VIRTUAL_ENV}}/bin/python3
tasks:
Expand All @@ -17,13 +15,13 @@ tasks:
OS: "{{OS}}"
ARCH: "{{ARCH}}"
cmds:
- python3 ./tools/precheck.py
- python ./tools/precheck.py
- bash ./tools/test-setup.sh
sources:
- tools/test-setup.sh
- .config/requirements.in
generates:
- out/log/manifest-{{.HOSTNAME}}.yml
- out/log/manifest-*.yml
- "{{.PYTHON3}}"
run: once
interactive: true
Expand All @@ -37,6 +35,6 @@ tasks:
- "packages/*/package-lock.json"
- yarn.lock
- node_modules/**/*
- .tool-versions
- mise*.toml
run: once
interactive: true
14 changes: 8 additions & 6 deletions .config/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Ansible
Anson
CFLAGS
Containerfile
Devfile
Devfiles
Devcontainer
Devcontainers
Devfile
Devfiles
Dockal
Dpkg
Elio
Expand All @@ -24,6 +24,7 @@ Nalawade
OPTSTRING
OSTYPE
Ondrej
PKGMGR
PYTHONBREAKPOINT
PYTHONHOME
Pinkney
Expand Down Expand Up @@ -141,6 +142,7 @@ kimbernator
koalaman
lcov
lextudio
libcairo
libgbm
libonig
libssh
Expand All @@ -167,7 +169,6 @@ mycollection
mymodule
mynamespace
myuser
nqry
ncurc
neovim
netcommon
Expand All @@ -178,6 +179,7 @@ notest
notfound
npmjs
npmrc
nqry
nsible
nvim
openshiftapps
Expand All @@ -190,7 +192,6 @@ pgrep
piptools
pipx
pkgcache
PKGMGR
pkill
podman
precheck
Expand All @@ -202,6 +203,7 @@ printenv
priyamsahoo
projectuser
prsahoo
pwsh
pylintrc
pyparsing
pyup
Expand All @@ -213,6 +215,7 @@ ritwickdey
ro
rollup
rulebooks
seccomp
seealso
servernum
setuptools
Expand All @@ -231,7 +234,6 @@ suboption
suboptions
subshells
sysninja
seccomp
taskfile
tasklist
testenv
Expand All @@ -257,9 +259,9 @@ unstash
untildify
userdata
usermod
userns
uuidv
uuidv4
userns
varInfiles
venvs
virt
Expand Down
1 change: 1 addition & 0 deletions .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cython>=3.0.5; python_version >= "3.12"
ansible-dev-tools>=25.2.0
ansible-core>=2.13.0
ansible-lint>=6.8.7
ansible-navigator
Expand Down
13 changes: 0 additions & 13 deletions .env

This file was deleted.

8 changes: 0 additions & 8 deletions .envrc

This file was deleted.

Loading
Loading