-
Notifications
You must be signed in to change notification settings - Fork 145
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
shellcheck: general linting and github action #763
Conversation
Can you help me test this @bmac2 ? |
What are you trying to accomplish with the templates command? |
@tschettervictor nothing special in the By the way, those PRs will be after this one, but I don't want to merge this until is well tested. |
Great! Looking forward to it. You'll notice I pushed quite a few PRs in the last few days addressing some bugs and features. |
Yes, thank you. I'll finish test this PR in order check those later this week/weekend |
Anything I can do to help? |
Sure, thanks. If you want to test this PR and give us feedback, that will be a great help. Mainly I'm running all the commands that I've touched to ensure nothing is broken (without taking into account other PRs of course). Mainly could be typos that can breake something. |
You're referring to the bastille commands correct? Will see if I can go ahead and do that. |
yep, I've touched multiple bastille commands here, mainly quotes and syntax changes. I just want to be extra sure that nothing unwanted is going to happen later |
Just updated the description of this issue with my tests, also made some extra commits fixing previous commits after the tests. Only This PR is blocking the review/merge of other PRs. |
This PR has two objectives:
Relevant behavior that has been tested according to the changes:
bootstrap.sh
: Bootstraping linux jail (debian or ubuntu) in aarch64.clone.sh
Clone VNET jail.common.sh
VNET jail creation.convert.sh
Convert a thin jail into a thick jail.create.sh
Name sanity to not allow special characters.create.sh
clone.destroy.sh
destroying a jail (stopped or using -f).list.sh
normal and using -a.stop.sh
OK.export.sh
conditional checks OK.import.sh
OK.rdr.sh
OK.rename.sh
OK.service.sh
OK.template.sh
RENDER command OK, CP command OK.tags.sh
OK.update.sh
OK.verify.sh
disabling some shellchecks here. OK.Pending to test: mount