Skip to content

Commit

Permalink
abolish /rw/config parsing
Browse files Browse the repository at this point in the history
(Does not influence Qubes specific /rw/config parsing.)
  • Loading branch information
adrelanos committed Jun 12, 2023
1 parent 74314f7 commit 7999095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usr/bin/dm-packaging-helper-script
Expand Up @@ -1125,7 +1125,8 @@ pkg_git_commit_packaging() {

pkg_git_commit_all_things() {
git add -A
msg="bookworm"
msg="abolish /rw/config parsing
(Does not influence Qubes specific /rw/config parsing.)"
git commit -m "$msg" || true
git status
true
Expand Down

0 comments on commit 7999095

Please sign in to comment.