Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bruce Cowan
Rugby
Compare revisions
8229bcb550b1517e9ba0e914ab85976c3f893529 to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
SuborbitalPigeon/rugby
Select target project
No results found
master
Select Git revision
Swap
Target
webpigeon/rugby
Select target project
SuborbitalPigeon/rugby
webpigeon/rugby
2 results
8229bcb550b1517e9ba0e914ab85976c3f893529
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
subprojects/blueprint-compiler.wrap
+12
-0
12 additions, 0 deletions
subprojects/blueprint-compiler.wrap
uk.me.bcowan.Rugby.json
+40
-0
40 additions, 0 deletions
uk.me.bcowan.Rugby.json
uk.me.bcowan.Rugby.json.license
+3
-0
3 additions, 0 deletions
uk.me.bcowan.Rugby.json.license
with
55 additions
and
0 deletions
subprojects/blueprint-compiler.wrap
0 → 100644
View file @
3d1ad4f8
# SPDX-FileCopyrightText: 2022-2024 Bruce Cowan
#
# SPDX-License-Identifier: CC0-1.0
[wrap-git]
directory = blueprint-compiler
url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git
revision = v0.14.0
depth = 1
[provide]
program_names = blueprint-compiler
This diff is collapsed.
Click to expand it.
uk.me.bcowan.Rugby.json
0 → 100644
View file @
3d1ad4f8
{
"app-id"
:
"uk.me.bcowan.Rugby"
,
"runtime"
:
"org.gnome.Platform"
,
"runtime-version"
:
"47"
,
"sdk"
:
"org.gnome.Sdk"
,
"command"
:
"rugby"
,
"finish-args"
:
[
"--share=ipc"
,
"--device=dri"
,
"--socket=fallback-x11"
,
"--socket=wayland"
],
"modules"
:
[
{
"name"
:
"blueprint-compiler"
,
"buildsystem"
:
"meson"
,
"sources"
:
[
{
"type"
:
"git"
,
"url"
:
"https://gitlab.gnome.org/jwestman/blueprint-compiler"
,
"tag"
:
"v0.14.0"
}
]
},
{
"name"
:
"rugby"
,
"buildsystem"
:
"meson"
,
"builddir"
:
true
,
"sources"
:
[
{
"type"
:
"dir"
,
"path"
:
"."
}
],
"config-opts"
:
[
"-Dprofile=development"
]
}
]
}
This diff is collapsed.
Click to expand it.
uk.me.bcowan.Rugby.json.license
0 → 100644
View file @
3d1ad4f8
SPDX-FileCopyrightText: 2024 Bruce Cowan <bruce@bcowan.me.uk>
SPDX-License-Identifier: GPL-3.0-or-later
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next