This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"parameters": { | |
"optimize_target_tasks": true, | |
"tasks_for": "github-release", | |
"target_tasks_method": "release", | |
"head_tag": "v48.0.1" | |
}, | |
"version": 2 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -xe | |
# prepare_publish | |
git clone https://github.com/flatpak/flat-manager.git | |
flat-manager/flat-manager-client create $RELEASES_SERVER_ADDRESS "${RELEASE_CHANNEL}" > publish_build.txt | |
# finish_publish | |
tar -xvf target.flatpak.tar.gz | |
flat-manager/flat-manager-client push $(cat publish_build.txt) repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml | |
--- a/taskcluster/ci/config.yml | |
+++ b/taskcluster/ci/config.yml | |
@@ -202,27 +202,27 @@ release-promotion: | |
is-rc: true | |
target-tasks-method: ship_desktop | |
partial-updates: true | |
scriptworker: | |
# See additional configuration in taskcluster/taskgraph/util/scriptworker.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(scriptworker) mtabara@mozspace:[appservices]~/work/mozilla/clones/git/scriptworker$ verify_cot --task-type beetmover TetFZ1JZSC2IqAUqthRtyQ --cot-product application-services | |
DEBUG:scriptworker.cot.verify:beetmover TetFZ1JZSC2IqAUqthRtyQ is scriptworker | |
DEBUG:scriptworker.utils:makedirs(/var/folders/tt/gh2yj62j3f93r0vcqqvbw5300000gn/T/tmphfyc9pwl/artifacts/public/logs) | |
INFO:scriptworker.cot.verify:build_task_dependencies beetmover TetFZ1JZSC2IqAUqthRtyQ | |
INFO:scriptworker.cot.verify:find_sorted_task_dependencies beetmover TetFZ1JZSC2IqAUqthRtyQ | |
INFO:scriptworker.cot.verify:found dependencies: [('beetmover:parent', 'ZBuuz7g_TkSIxLj41xYfjQ'), ('beetmover:build', 'eDbfOimbT82PjJpdNsEYyg')] | |
DEBUG:scriptworker.cot.verify: beetmover:parent ZBuuz7g_TkSIxLj41xYfjQ is docker-worker | |
DEBUG:scriptworker.utils: makedirs(/var/folders/tt/gh2yj62j3f93r0vcqqvbw5300000gn/T/tmphfyc9pwl/work/cot/ZBuuz7g_TkSIxLj41xYfjQ) | |
INFO:scriptworker.cot.verify:build_task_dependencies beetmover:parent ZBuuz7g_TkSIxLj41xYfjQ | |
INFO:scriptworker. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/taskcluster/taskgraph/manifests/firefox_candidates.yml b/taskcluster/taskgraph/manifests/firefox_candidates.yml | |
--- a/taskcluster/taskgraph/manifests/firefox_candidates.yml | |
+++ b/taskcluster/taskgraph/manifests/firefox_candidates.yml | |
@@ -32,16 +32,17 @@ | |
s3_bucket_paths: | |
- pub/firefox/candidates | |
default_locales: | |
- en-US | |
tasktype_map: | |
build: build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"appName": "Firefox", | |
"appVersion": "68.0a1", | |
"branch": "mozilla-central", | |
"buildid": "20190320112939", | |
"extVersion": "68.0a1", | |
"hashType": "sha512", | |
"locale": "en-US", | |
"platform": "linux64", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scopes: | |
$if: 'is_repo_trusted' | |
then: | |
$if: 'tasks_for == "github-release"' | |
then: assume:repo:github.com/mozilla-mobile/android-components:release | |
else: | |
$if: 'tasks_for == "cron"' | |
then: assume:hook-id:project-mobile/android-components-snapshot-release | |
else: assume: repo:github.com/mozilla-mobile/android-components:branch:master | |
else: assume:repo:github.com/mozilla-mobile/android-components:pull-request |
Leftovers in order to ship Firefox as flatpak for the https://flathub.org/ appstore.
- to rope in legal + others teams @Mozilla when we generate https://hughsie.github.io/oars/generate.html
- description needs to change - it's terrible ATM - check what we have on Google Play store
- check formatting options for HTML rendering here - https://www.freedesktop.org/software/appstream/docs/
- use https://github.com/flathub/flathub/wiki/AppData-Guidelines
- check license tag (is it MPL-2.0 indeed?) + rope legal into this
- review the fields of the appdata.xml alttogether (summary and such, etc)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/taskcluster/ci/bouncer-locations/kind.yml b/taskcluster/ci/bouncer-locations/kind.yml | |
--- a/taskcluster/ci/bouncer-locations/kind.yml | |
+++ b/taskcluster/ci/bouncer-locations/kind.yml | |
@@ -3,16 +3,20 @@ | |
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
loader: taskgraph.loader.transform:loader | |
transforms: | |
- taskgraph.transforms.bouncer_locations:transforms |
NewerOlder