22 Commits

Author SHA1 Message Date
Jonathan Thomas
4c6975e17b Fixing error with publish script, to skip 'develop' branches. 2024-07-11 14:21:47 -05:00
Jonathan Thomas
637beec94d Updating deploy script to allow for partial deployments (i.e. if only some of our repos change between releases) 2024-07-10 16:00:58 -05:00
Jonathan Thomas
cbda212426 Deploy script (used when releasing new versions of OpenShot) now includes GIT SHA - so we can store this and later use it to query official releases via HTTP 2023-03-19 16:27:25 -05:00
Jonathan Thomas
6e636e823a Fixing a max length error on deploy/publish script with GitHub API, and adding better errors for GitHub specific issues. 2021-08-25 10:10:44 -05:00
FeRD (Frank Dana)
b54ae4667e Rename version_info files to NAME.env 2021-04-26 08:06:34 -04:00
FeRD (Frank Dana)
3cf7717c61 deploy.py: Reformat long lines 2021-04-26 07:17:53 -04:00
Jonathan Thomas
7e0d5c5783 Fixing some codacy issues 2021-02-26 16:10:57 -06:00
Jonathan Thomas
f79dc99ea6 Fixing exceptions where no JSON is returned. 2021-02-26 15:46:51 -06:00
Jonathan Thomas
2749faca95 Fixing publish string replace issues 2021-02-25 17:30:22 -06:00
Jonathan Thomas
7a32df780c Fixing URL validation to come after the publish step 2021-02-25 15:29:12 -06:00
Jonathan Thomas
836420f4f0 Adding more validations during the publish step, to verify openshot.org/download has correct URLs, which include the new version, and that all URLs are valid (no 404s). 2021-02-25 13:41:50 -06:00
Jonathan Thomas
b4483eef5e Fixing regex to match file pattern (was excluding the x86 trailing pattern) 2021-02-24 17:29:44 -06:00
Jonathan Thomas
a3a96d2106 Fixing regex to match file pattern (was excluding the x86 trailing pattern) 2021-02-24 16:59:23 -06:00
Jonathan Thomas
2b9e527341 Fixing duplicate upload issue during deploy 2021-02-24 16:35:46 -06:00
Jonathan Thomas
81f07c5dcb Handling .torrent file differently, since the URL was invalid 2021-02-24 15:58:33 -06:00
Jonathan Thomas
fb714f5189 Handling .torrent file differently, since the URL was invalid 2021-02-24 15:53:47 -06:00
Jonathan Thomas
2af3a81374 Handling .torrent file differently, since the URL was invalid 2021-02-24 15:43:37 -06:00
Jonathan Thomas
a6ab03d070 Handling .torrent file differently, since the URL was invalid 2021-02-24 15:15:41 -06:00
Jonathan Thomas
ef7036d450 Renaming release candidate files before uploading artifacts 2021-02-24 14:29:14 -06:00
Jonathan Thomas
d3198e38cb Adding exception to requests to openshot.org 2021-02-24 10:33:34 -06:00
Jonathan Thomas
2a0dadc62a Adding exception to requests to openshot.org 2021-02-23 23:16:27 -06:00
Jonathan Thomas
cb126bea3f Adding new deploy and publish scripts for GitLab CI to manually support deploying files/installers, creating GitHub release objects, creating blog entries, and creating new versions on the website. 2021-02-23 21:23:56 -06:00