jspijker
452b983fbb
allow setting the user with the input
2023-02-22 13:23:46 +01:00
jspijker
66e698cc43
Use a summory to display the version data
2023-02-22 13:20:42 +01:00
jspijker
a2b9922d80
Removed workaround for conflicting packages
2023-02-22 11:36:57 +01:00
jspijker
3680bdb02a
Pin Conan version to 1.56
2023-02-17 10:16:22 +01:00
Remco Burema
a1c01193da
Move check so we can see if we even need python/pip.
...
Otherwise those if checks placed in the last commit won't even do anything if there _is_ a change in the printer definitions.
2023-02-16 14:50:31 +01:00
Remco Burema
04016373ae
Prevent execution of spurious clean-up step, which then crashes.
...
The clean-up step for setting up Python and pip assumes that you do at least something with those programs -- and so that cache folders have been made, that need to be cleaned up. If nothing happens, the clean-up step then crashes on the non-existant cache folder.
2023-02-16 12:53:18 +01:00
Remco Burema
8292c2a46c
Work-around for conflicting packages on linux-modern.
...
Packages conflict. The same commit worked fine the previous day, so it's likely not our fault. We should probably inform maintainers, but until then, try to work around the problem without a blanket ignore of all 'overwrite' type errors. The only clear thing is that this all has to do with 'odbc', which is database related. We use that to cache certain things on startup, so likely we actually need it.
part of CURA-10290
2023-02-15 16:16:02 +01:00
jspijker
6d22950c18
Use the branched of no commits
2023-02-01 10:55:44 +01:00
jspijker
dc66a4d4ff
split on /
2023-02-01 10:51:55 +01:00
jspijker
81845ab58e
fix typo
2023-02-01 10:36:46 +01:00
jspijker
4ef6af26df
reset the count from the branching of commit
2023-02-01 10:35:26 +01:00
jspijker
e7d7a23be8
Use remotes/origin
2023-02-01 10:27:00 +01:00
jspijker
c3a75fd3d3
Dirty fix
2023-02-01 10:24:27 +01:00
jspijker
cc3664fa6a
Check against refs
2023-02-01 10:18:54 +01:00
jspijker
be057d495d
Check against older versions
2023-02-01 10:10:42 +01:00
jspijker
a4a3296dd2
Bump up minor based on latest release branch
2023-02-01 10:03:55 +01:00
jspijker
aa2cb76135
take new minor release branches into account
2023-01-31 13:30:31 +01:00
Jelle Spijker
19340cac20
Update requirements-conan-package.txt
2023-01-31 12:36:33 +01:00
Joey de l'Arago
332d41c22f
Remove unused environment variable
2023-01-17 10:53:54 +01:00
jspijker
99f0e49934
Use Cura requirements
...
Contributes to CURA-6867 & CURA-9157
2023-01-16 17:26:58 +01:00
Joey de l'Arago
c0b120b2fd
Put app name in quotes because it has spaces in it.
...
CURA-9814
2023-01-16 15:58:34 +01:00
Joey de l'Arago
e834cce32a
Pass the app name into the build_macos script so that it matches the app name used in UltiMaker-Cura.spec.jinja
2023-01-16 15:29:38 +01:00
Joey de l'Arago
763dde61c8
Add comment to deprecate
...
CURA-6867
2023-01-16 10:21:24 +01:00
Joey de l'Arago
65bf56e9fa
Installer was replacing any previous cura version when installing. Casuing strange install locations. Now it will only replace cura version with the exact same CURA_CONAN_VERSION
...
CURA-6867
2023-01-13 10:18:33 +01:00
Joey de l'Arago
0f683d301a
Remove double .dmg at the end of file name.
...
Fix typo in msi_instaler
CURA-6867
2023-01-13 09:26:54 +01:00
Joey de l'Arago
116d2b9ce5
Add source path back to macOs installer for fetching dmg background image
...
CURA-6867
2023-01-12 16:19:24 +01:00
Joey de l'Arago
3a24ab1bee
Merge branch 'main' into CURA-6867_pkg_for_macos
2023-01-12 15:25:32 +01:00
Joey de l'Arago
e25730ad77
We hit the max 10 inputs for the workflow. Remove the pkg input and use the msi one temporarily instead.
...
CURA-6867
2023-01-12 14:15:53 +01:00
Jelle Spijker
37725db5e3
Added comment about requirements
2023-01-12 13:26:02 +01:00
Joey de l'Arago
05e1f57324
Revert dmg deprecation
...
CURA-6867
2023-01-12 13:24:28 +01:00
Jelle Spijker
ee29fa5b28
Specify requirements cache path
2023-01-12 13:04:48 +01:00
Jelle Spijker
28478710fc
Don't use requirements.txt
2023-01-12 10:58:05 +01:00
Jelle Spijker
3db6cb5dab
don't use requirements.txt
2023-01-12 10:57:16 +01:00
Jelle Spijker
7eadd0b56b
Use Cura requirements-conan-package everywhere
2023-01-12 10:53:00 +01:00
Jelle Spijker
789a24afb4
Don't use Conan 1.57.0
2023-01-12 10:49:36 +01:00
Jelle Spijker
e2252d818e
Reuse the requirements.txt from Cura across repo
2023-01-12 10:48:58 +01:00
Joey de l'Arago
9ae3bc37dc
Rename MacOs -> MacOS
...
CURA-6867
2023-01-11 13:27:26 +01:00
Joey de l'Arago
ddb4547598
Use path to join paths
...
CURA-6867
2023-01-11 11:57:51 +01:00
Joey de l'Arago
b96c0dce39
Remove source path from build_macos.py because it is unused.
...
Refactor filename because it now includes the extension.
The component now has -Component.pkg instead of the installer usincg -Installer.pkg. They must have different names but now the input filename is used to upload the artifacts.
CURA-6867
2023-01-10 10:11:27 +01:00
Joey de l'Arago
43b672834b
Deprecate DMG building.
...
CURA-6867
2023-01-10 09:29:49 +01:00
Joey de l'Arago
db501f5eed
Merge branch 'main' into CURA-6867_pkg_for_macos
...
# Conflicts:
# .github/workflows/cura-installer.yml
2023-01-10 09:19:01 +01:00
Jelle Spijker
16d2dbf750
Check against macOS
...
Contribute to CURA-9157 and CURA-6867
2023-01-09 14:51:17 +01:00
Jelle Spijker
3e4453f48b
Package the specific file
...
Contribute to CURA-9157 and CURA-6867
2023-01-09 14:19:58 +01:00
Jelle Spijker
79b898b9f6
Use step output instead of environment vars
...
Contribute to CURA-9157 and CURA-6867
2023-01-09 14:05:05 +01:00
Jelle Spijker
6b1722b693
Create separate archives per extension
...
Contribute to CURA-9157 and CURA-6867
2023-01-09 13:26:37 +01:00
Joey de l'Arago
da061910ed
Try using new codesign identity. This is a more generic code sign identity that should work with multiple certificates.
...
CURA-6867
2023-01-09 11:05:49 +01:00
jspijker
7a29c99700
Moved PR template to .github
...
Added contribution link and code style links
2023-01-07 14:45:51 +01:00
Jelle Spijker
2f5053da6e
check on version
2023-01-07 14:19:39 +01:00
Jelle Spijker
1caad1c8dc
Shorten run name
2023-01-06 15:34:23 +01:00
Jelle Spijker
ee87e0a925
negate bool input in appropriate place
2023-01-06 15:30:27 +01:00