4
7
Fork
You've already forked untitled
4

build: Fix unquoted TITLE #2

Merged
vimuser merged 1 commit from :master into master 2023年10月30日 23:45:09 +01:00
Contributor
Copy link

Without that fix we can't add a title that has a space in it.

This also requires to adjust the website configuration, for instance
lbwww[1] needs to be adjusted like that:
--- a/site.cfg
+++ b/site.cfg
@@ -1,4 +1,4 @@
-TITLE="-T Libreboot"
+TITLE="Libreboot"

[1]https://codeberg.org/libreboot/lbwww

Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org

Without that fix we can't add a title that has a space in it. This also requires to adjust the website configuration, for instance lbwww[1] needs to be adjusted like that: --- a/site.cfg +++ b/site.cfg @@ -1,4 +1,4 @@ -TITLE="-T Libreboot" +TITLE="Libreboot" [1]https://codeberg.org/libreboot/lbwww Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Without that fix we can't add a title that has a space in it.
This also requires to adjust the website configuration, for instance
lbwww[1] needs to be adjusted like that:
 --- a/site.cfg
 +++ b/site.cfg
 @@ -1,4 +1,4 @@
 -TITLE="-T Libreboot"
 +TITLE="Libreboot"
[1]https://codeberg.org/libreboot/lbwww
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

merci

merci
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
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
vimuser/untitled!2
Reference in a new issue
vimuser/untitled
No description provided.
Delete branch ":master"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?