Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
6504a4dd
Unverified
Commit
6504a4dd
authored
1 year ago
by
lemoer
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2820 from stweil/contributing
actions, docs: fix English typo, wording
parents
1a489c52
d81897a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/build-gluon.yml
+1
-1
1 addition, 1 deletion
.github/workflows/build-gluon.yml
CONTRIBUTING.md
+2
-2
2 additions, 2 deletions
CONTRIBUTING.md
docs/user/x86.rst
+1
-1
1 addition, 1 deletion
docs/user/x86.rst
with
4 additions
and
4 deletions
.github/workflows/build-gluon.yml
+
1
−
1
View file @
6504a4dd
...
@@ -34,7 +34,7 @@ jobs:
...
@@ -34,7 +34,7 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
# Read back changd targets to create build matrix
# Read back chang
e
d targets to create build matrix
target
:
${{ fromJSON(needs.changed.outputs.targets) }}
target
:
${{ fromJSON(needs.changed.outputs.targets) }}
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
...
...
This diff is collapsed.
Click to expand it.
CONTRIBUTING.md
+
2
−
2
View file @
6504a4dd
...
@@ -23,8 +23,8 @@ using other parts or why the proposed change breaks other parts of the system.
...
@@ -23,8 +23,8 @@ using other parts or why the proposed change breaks other parts of the system.
They might even refuse the idea altogether - after all, they have to sleep well
They might even refuse the idea altogether - after all, they have to sleep well
after merging the changes, too.
after merging the changes, too.
The preferred way to discuss in the IRC channel ([#gluon] on irc.hackint.org)
The preferred way to discuss
is
in the IRC channel ([#gluon] on irc.hackint.org)
or on the [mailing list], however, you can also open a new issue on Git
h
ub to
or on the [mailing list], however, you can also open a new issue on Git
H
ub to
discuss there. We maintain a [list of rejected features] and we'd like to
discuss there. We maintain a [list of rejected features] and we'd like to
kindly ask you to review it first. In general, looking for duplicates may save
kindly ask you to review it first. In general, looking for duplicates may save
you some time.
you some time.
...
...
This diff is collapsed.
Click to expand it.
docs/user/x86.rst
+
1
−
1
View file @
6504a4dd
...
@@ -15,7 +15,7 @@ The following targets for x86 images exist:
...
@@ -15,7 +15,7 @@ The following targets for x86 images exist:
There are three images:
There are three images:
* `generic` (compressed "raw" image, can written to a disk directly or booted with qemu)
* `generic` (compressed "raw" image, can
be
written to a disk directly or booted with qemu)
* `virtualbox` (VDI image)
* `virtualbox` (VDI image)
* `vmware` (VMDK image)
* `vmware` (VMDK image)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment