Package updated freebsd, shellcheck SC2086 fixed #360

Open
michellest wants to merge 1 commit from CamilionEU/cdist:bugfix-openldap into master
Contributor
Updated the  reference to the opeldap package for the FreeBSD platform
to the latest.

Corrected some misuse of quotation marks for calling a variable after
disabling shellcheck SC2086
Updated the reference to the opeldap package for the FreeBSD platform to the latest. Corrected some misuse of quotation marks for calling a variable after disabling shellcheck SC2086
michellest added 3 commits 2023-02-03 16:04:29 +00:00
Added one line that allows cdist to support Devuan Daedelus version
The package referenced for cerbot to be install in the FreeBSD platform
used python 3.7 package, updated to python 3.9
Updated the  reference to the opeldap package for the FreeBSD platform
to the latest.

Corrected some misuse of quotation marks for calling a variable after
disabling shellcheck SC2086.
nico reviewed 2023-02-03 21:55:20 +00:00
@ -20,3 +20,3 @@
case "${os}" in
freebsd)
PKGS="openldap-server"
PKGS="openldap26-server"
Owner

Question: does this not break older FreeBSD versions? And if yes, which ones?

Question: does this not break older FreeBSD versions? And if yes, which ones?
Owner

@michellest Do you have any comment?

@michellest Do you have any comment?
nico added the
discussion
label 2023-04-13 10:10:34 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u bugfix-openldap:CamilionEU-bugfix-openldap
git checkout CamilionEU-bugfix-openldap

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff CamilionEU-bugfix-openldap
git checkout master
git merge --ff-only CamilionEU-bugfix-openldap
git checkout CamilionEU-bugfix-openldap
git rebase master
git checkout master
git merge --no-ff CamilionEU-bugfix-openldap
git checkout master
git merge --squash CamilionEU-bugfix-openldap
git checkout master
git merge --ff-only CamilionEU-bugfix-openldap
git checkout master
git merge CamilionEU-bugfix-openldap
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#360
No description provided.