Search found 108 matches

by ppd
Wed Mar 30, 2022 7:23 pm
Forum: Packaging
Topic: Snap channels for testing PRs (fixes/features)
Replies: 13
Views: 4296

Re: Snap channels for testing PRs (fixes/features)

How do you want this to work? Suggestion: Workflow with two input parameters, git commit hash and branch name. The workflow would check out FreeCAD @ this commit and publish the result to channel edge/${branch_name}. You could trigger workflow runs just like you're doing it now, but with those two i...
by ppd
Wed Mar 30, 2022 5:54 pm
Forum: Packaging
Topic: Snap channels for testing PRs (fixes/features)
Replies: 13
Views: 4296

Snap channels for testing PRs (fixes/features)

Shall we disable the scheduled edge build? If you're triggering builds manually this often, maybe there's no need to build every day in addition. Just during this feature freeze period, because we can give the devs faster feedback then every 24 hours. I see. Maybe I should add a workflow that build...
by ppd
Wed Mar 30, 2022 2:20 pm
Forum: Packaging
Topic: Testers: Snap Edge (nightly) has been manually triggered
Replies: 7
Views: 2209

Re: Testers: Snap Edge (nightly) has been manually triggered

Shall we disable the scheduled edge build? If you're triggering builds manually this often, maybe there's no need to build every day in addition.
by ppd
Tue Mar 29, 2022 12:45 pm
Forum: Packaging
Topic: Testers: Snap Edge (nightly) has been manually triggered
Replies: 7
Views: 2209

Re: Testers: Snap Edge (nightly) has been manually triggered

I think your cut command applies to the old version format, with a "~" as the separator between the base version and the git hash. This was changed because the tilde signifies a version before the base version in some packaging tools.
by ppd
Thu Mar 24, 2022 10:28 pm
Forum: Developers corner
Topic: Test failures on v0.20.27994 (PartDesignTests)
Replies: 9
Views: 1951

Re: Test failures on v0.20.27994 (PartDesignTests)

@ppd can you reproduce the PartDesign test failures on snap edge? $ freecad-ppd.cmd -t TestPartDesignApp FreeCAD 0.20, Libs: 0.20R28342 (Git) (c) Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022 FreeCAD is free and open-source software licensed under the terms of LGPL2+ license. F...
by ppd
Tue Mar 22, 2022 5:30 pm
Forum: Packaging
Topic: Maintaining an official snap package in the FreeCAD organization
Replies: 18
Views: 9624

Re: Maintaining an official snap package in the FreeCAD organization

any particular reason why this isn't the official snap? Who has administrative rights for the official account? Well, there is no official snap per se. There's the freecad snap maintained by vejmarie, which could be considered semi-official. My initial idea (a long time ago) was to establish a proj...
by ppd
Tue Mar 22, 2022 1:56 pm
Forum: Packaging
Topic: Maintaining an official snap package in the FreeCAD organization
Replies: 18
Views: 9624

Re: Maintaining an official snap package in the FreeCAD organization

We're still seeing reasonable growth: Screenshot from 2022-03-22 14-50-53.png There's now a separate beta channel for users who want less frequent updates. It syncs automatically from edge every week. The edge & beta releases have transitioned away from the ppa's OCCT version and now include an ...
by ppd
Tue Mar 15, 2022 11:00 pm
Forum: Developers corner
Topic: MetadataPy::PyInit
Replies: 30
Views: 4347

Re: MetadataPy::PyInit

Do you not have the permissions to do so? We should move the repo to an organization in that case.

The scheduled build should start in an hour anyway.
by ppd
Tue Mar 15, 2022 2:52 pm
Forum: Developers corner
Topic: MetadataPy::PyInit
Replies: 30
Views: 4347

Re: MetadataPy::PyInit

There's no TestData in the snap. Missing a CMake option, perhaps?
by ppd
Fri Feb 25, 2022 8:45 am
Forum: Open discussion
Topic: v0.20dev regression? Unable to drag-drop files from file manager in to FreeCAD 'Open file' menu
Replies: 13
Views: 1849

Re: v0.20dev regression? Unable to drag-drop files from file manager in to FreeCAD 'Open file' menu

To summarize the situation with confined (flatpak, snap) FreeCAD distributions: - The internal file chooser (DontUseNativeDialog == true || undefined) only accepts drag & drop to its "File name" input. This is useless for opening files directly. - The xdg desktop portal's file chooser ...