{"id":37091284,"url":"https://github.com/daisy/pipeline-updater","last_synced_at":"2026-01-14T11:03:55.577Z","repository":{"id":66755615,"uuid":"32093711","full_name":"daisy/pipeline-updater","owner":"daisy","description":"Pipeline automatic updater program","archived":false,"fork":false,"pushed_at":"2020-08-12T12:57:50.000Z","size":38,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-06-20T13:30:00.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daisy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-03-12T18:16:25.000Z","updated_at":"2020-02-24T14:20:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"18b40ee4-6d66-4ca1-8c7c-52eed1f38a6b","html_url":"https://github.com/daisy/pipeline-updater","commit_stats":null,"previous_names":["capitancambio/pipeline-updater"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daisy/pipeline-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisy%2Fpipeline-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisy%2Fpipeline-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisy%2Fpipeline-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisy%2Fpipeline-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daisy","download_url":"https://codeload.github.com/daisy/pipeline-updater/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisy%2Fpipeline-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-14T11:03:54.910Z","updated_at":"2026-01-14T11:03:55.561Z","avatar_url":"https://github.com/daisy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipeline-updater\n\nPipeline automatic updater program\n\n## How it works\n\nThe **release descriptor** contains the list of artefacts for a release. It is an XML file that is generated in pipeline-assembly.\n\n- `href` is the address of this file\n- `version` is the version linked to this releases\n- `time` is the moment that this release descriptor was built\n\nNested to the releaseDescriptor we find elements of the type artifacts, with the following attributes:\n\n- `href` where to get this artefact, usually a maven central URL.\n- `id` formed using `${groupId}/${artifactId}`\n- `deployPath` where to store the artefact, e.g. `system/framework/org.daisy.libs.jing-1.0.3.jar`\n- `extract` a boolean value indicating if this file should extract in the deploy path instead of just copying it\n- `overwrite-path`\n- `artifactId`\n- `groupId`\n- `version`\n- `classifier`\n\npipeline-assembly has a script for publishing the descriptor to http://daisy.github.io/pipeline-assembly/releases/.\n\nThe structure is the following: http://daisy.github.io/pipeline-assembly/releases/ contains all the release descriptors, each identified by its version, e.g. \"10.0.1-SNAPSHOT\", and two special releases called \"current\" for the latest release and \"snapshot\" for the latest snapshot. (Apparently \"latest\" has some kind of special meaning for Github pages, and will not allow accessing resources that name, thus the current key word.)\n\nThe updater CLI is in https://github.com/daisy/pipeline-updater, and it's also used by the GUI. This is the help:\n\n    Usage of ./pipeline-updater:\n      -descriptor string\n        \tCurrent descriptor\n      -force\n        \tForces to update without comparing the versions, use if updating to nightly builds\n      -install-dir string\n        \tPipeline install directory\n      -service string\n        \tUrl of the update service (default \"http://defaultservice.com\")\n      -version string\n        \tVersion to update to (default \"current\")\n\nBasically what the CLI does is to compare the local descriptor with the version passed as parameter and will compute the differences, deleting and updating the need artefacts. In the special case of updating the snapshots, that are nightly builds, force the update as the version of the release descriptor will be the same in the local release descriptor and the remote snapshot.\n\nThe GUI for the updater consists of a simple wrapper for the CLI. In Windows it has to be in a separate executable due to the permissions restrictions that break the user experience. In Linux and MacOs it is in the same GUI as the Pipeline itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisy%2Fpipeline-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaisy%2Fpipeline-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisy%2Fpipeline-updater/lists"}