Skip to content

Commit

Permalink
Use local modulesets.
Browse files Browse the repository at this point in the history
This will allow local changes to take effect, which is useful for:
- contributors check out the repo, make fixes and test locally
- running in a GitHub workflow before committing to master
  • Loading branch information
cpatulea committed Jan 6, 2024
1 parent 58152c8 commit c781ec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jhbuildrc-custom
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ build_policy = "updated-deps"
modules = ["python3", "meta-osx-xpra-deps"]

#change moduleset
moduleset="https://raw.githubusercontent.com/Xpra-org/gtk-osx-build/master/xpra-gtk3.modules"
moduleset="xpra-gtk3.modules"
modulesets_dir = "."
#os.environ["SSL_CERT_FILE"] = "/Users/osx/gtk/inst/etc/ssl/cacert.pem"
2 changes: 1 addition & 1 deletion xpra-gtk3.modules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<repository type="tarball" name="xpra.org" default="yes" href="https://xpra.org"/>

<include href="https://raw.githubusercontent.com/Xpra-org/gtk-osx-build/master/modulesets-stable/gtk-osx.modules"/>
<include href="modulesets-stable/gtk-osx.modules"/>
<include href="xpra-tools.modules"/>
<include href="xpra-codecs.modules"/>
<include href="xpra-python3.modules"/>
Expand Down

1 comment on commit c781ec5

@totaam
Copy link
Collaborator

@totaam totaam commented on c781ec5 Apr 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cpatulea Did this break the documentation?
See Xpra-org/xpra#4203

Please sign in to comment.