{"id":18756470,"url":"https://github.com/octoprint/devtools","last_synced_at":"2025-04-13T02:01:56.424Z","repository":{"id":56612807,"uuid":"282165558","full_name":"OctoPrint/devtools","owner":"OctoPrint","description":"Various development \u0026 release tools for OctoPrint, powered by Fabric","archived":false,"fork":false,"pushed_at":"2025-04-09T08:19:20.000Z","size":3641,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T09:28:04.309Z","etag":null,"topics":["fabric","mirror","octoprint"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OctoPrint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-24T08:28:01.000Z","updated_at":"2025-04-09T08:19:23.000Z","dependencies_parsed_at":"2024-06-18T10:06:51.119Z","dependency_job_id":"d3e8ebb5-adc4-4403-9d61-861aa4e1cb1e","html_url":"https://github.com/OctoPrint/devtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2Fdevtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2Fdevtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2Fdevtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2Fdevtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OctoPrint","download_url":"https://codeload.github.com/OctoPrint/devtools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654045,"owners_count":21140235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fabric","mirror","octoprint"],"created_at":"2024-11-07T17:36:45.416Z","updated_at":"2025-04-13T02:01:56.305Z","avatar_url":"https://github.com/OctoPrint.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👷‍♀️ OctoPrint devtools\n\nVarious development \u0026 release tools for OctoPrint, powered by [Fabric](https://docs.fabfile.org/en/1.14/).\n\nProvided as-is for documentationational purposes.\n\n## Usage examples\n\nIt is recommended to create terminals for each DUT, and set `TARGET` (= DUT identifier) and `TAG` (= future release to be tested) in them correspondingly via `export`, e.g.\n\n    export TAG=1.4.1rc3\n    export TARGET=pi3\n\n### Pre-release maintenance RC on test repo (test prep)\n\n    fab sync_test_repo test_rc_maintenance:1.4.1rc3\n\nor (with `TAG` set)\n\n    fab sync_test_repo test_rc_maintenance\n\n### Local test install\n\n    fab test_wheel:python3.7,1.4.1rc3\n\nor (with `TAG` set)\n\n    fab test_wheel:python3.7\n\n### Flash \u0026 provision one of the test pis\n\nTarget pi3, OctoPi 0.17.0\n\n    fab flashhost_flash_and_provision:0.17.0,pi3\n\nor (with `TARGET` set)\n\n    fab flashhost_flash_and_provision:0.17.0\n\n### Test update for maintenance RC\n\nTarget pi3, release channel maintenance, start version 1.4.1rc2, fake release 1.4.1rc3\n\n    fab --set target=pi3 octopi_test_update_maintenance:maintenance,1.4.1rc3,version=1.4.1rc2\n\nor (with `TARGET` and `TAG` set)\n\n    fab octopi_test_update_maintenance:maintenance,version=1.4.1rc2\n\n### Combined\n\nTarget pi3, OctoPi 0.17.0, release channel maintenance, start version 1.4.1rc2, fake release 1.4.1rc3 (`TARGET`\nand `TAG` set)\n\n    fab flashhost_flash_and_provision:0.17.0 octopi_test_update_maintenance:maintenance,version=1.4.1rc2\n\n### Full example\n\nOne DUT (`pi3`), target 1.4.1rc4. Release on release test repo, check local sdist/wheel installation,\nthen run a release test matrix against OctoPi 0.15.0, 0.15.1, 0.16.0, 0.17.0 and various release channel and\nstart version combinations.\n\n    export TARGET=pi3\n    export TAG=1.4.1rc4\n    fab sync_test_repo\n    fab test_rc_maintenance\n    fab test_sdist:python27\n    fab test_wheel:python37\n    fab flashhost_flash_and_provision:0.15.0 octopi_test_update_maintenance:stable,version=1.4.0\n    fab flashhost_flash_and_provision:0.15.1 octopi_test_simplepip\n    fab flashhost_flash_and_provision:0.15.1 octopi_test_update_maintenance:maintenance,version=1.4.1rc3\n    fab flashhost_flash_and_provision:0.16.0 octopi_test_update_maintenance:maintenance\n    fab flashhost_flash_and_provision:0.17.0 octopi_test_update_maintenance:maintenance\n    fab flashhost_flash_and_provision:0.17.0 octopi_test_update_maintenance:maintenance,version=1.4.1rc3\n    fab flashhost_flash_and_provision:0.17.0 octopi_test_update_maintenance:devel\n\n## Testrig\n\nTestrig files available in `./testrig`.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoprint%2Fdevtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctoprint%2Fdevtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoprint%2Fdevtools/lists"}