{"id":18974526,"url":"https://github.com/m7a/co-pkgsync","last_synced_at":"2026-01-28T14:02:03.531Z","repository":{"id":164554599,"uuid":"250885585","full_name":"m7a/co-pkgsync","owner":"m7a","description":"Ma_Sys.ma CI Package Synchronization Job","archived":false,"fork":false,"pushed_at":"2024-04-28T19:42:40.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T13:17:17.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m7a.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,"zenodo":null}},"created_at":"2020-03-28T20:19:07.000Z","updated_at":"2024-04-28T19:42:43.000Z","dependencies_parsed_at":"2024-04-28T20:45:47.153Z","dependency_job_id":null,"html_url":"https://github.com/m7a/co-pkgsync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m7a/co-pkgsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7a%2Fco-pkgsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7a%2Fco-pkgsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7a%2Fco-pkgsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7a%2Fco-pkgsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m7a","download_url":"https://codeload.github.com/m7a/co-pkgsync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7a%2Fco-pkgsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"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":"2024-11-08T15:15:20.304Z","updated_at":"2026-01-28T14:02:03.511Z","avatar_url":"https://github.com/m7a.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"---\nsection: 32\nx-masysma-name: masysmaci/pkgsync\ntitle: Package Synchronization Job\ndate: 2020/03/28 20:55:50\nlang: en-US\nauthor: [\"Linux-Fan, Ma_Sys.ma (Ma_Sys.ma@web.de)\"]\nkeywords: [\"masysmaci\", \"debian\", \"package\", \"reprepro\", \"ci\", \"mdpc2\"]\nx-masysma-version: 1.0\nx-masysma-repository: https://www.github.com/m7a/co-pkgsync\nx-masysma-website: http://masysma.net/32/masysmaci_pkgsync.xhtml\nx-masysma-owned: 1\nx-masysma-copyright: |\n  Copyright (c) 2019, 2020 Ma_Sys.ma.\n  For further info send an e-mail to Ma_Sys.ma@web.de.\n---\nDescription\n===========\n\nThe Ma_Sys.ma CI Package Synchronization Job is used in conjunction with\n[masysmaci/main(32)](masysmaci_main.xhtml) to synchronize generated packages\nwith a reprepro-Repository.\n\nIt automatically creates a new repository if it does not already exist.\n\nThe configured default values are expected to work out of the box in conjunction\nwith Ma_Sys.ma CI's default values. However, they are most likely insufficent\nfor productive non-Ma_Sys.ma use. See the next section for details that might\nneed changing.\n\nConfiguration\n=============\n\nThis job is configured by various `mdpc` properties and other aspects defined\nin `build.xml`. The details are explained in the following with default values\ngiven after `=`.\n\n`mdpc.repo=/data/programs/repo`\n:   Configures the path of the repository to use.\n    For Docker use, the default value is sufficent; for local use, it likely\n    requires changing.\n\n`mdpc.dist=squeeze`\n:   A distribution name to use for the newly created repository. As this job\n    only supports a single distribution, the use of distribution names is\n    largely arbitrary. `squeeze` was Debian stable when the first version of\n    MDPC (which this job originates from) was created.\n\n`mdpc.version=6.0.6`\n:   The version associated with the distribution. See `mdpc.dist`.\n\n`mdpc.pubkey=/home/masysmaci/.gnupg/pubkey`\n:   Location of the repository's public key.\n    For Docker use, the default value is sufficent; for local use, it likely\n    requires changing.\n\n`mdpc.architectures=i386 amd64 armhf`\n:   List of architectures contained in the repository. Must be a superset of\n    the package's architectures that are to be included.\n\nIn addition to the properties, file `conf/distributions` contains interesting\nproperties like a label, description and suite for the repository to be created.\nIn case you want to customize the values prior to repository creation, edit them\nin the respective `\u003cecho\u003e` tag in `build.xml`.\n\nRequirements\n============\n\nThis job works on Linux only and requires `reprepro` and `ant` to be present\nand working. To add packages to the repository, the private GPG key used for\nsigning needs to be imported. Ma_Sys.ma CI's Docker container and default\nconfiguration satisfy all of these dependencies.\n\nLicense\n=======\n\n\tMa_Sys.ma CI Package Synchronization Job 1.0,\n\tCopyright (c) 2019, 2020 Ma_Sys.ma.\n\tFor further info send an e-mail to Ma_Sys.ma@web.de.\n\t\n\tThis program is free software: you can redistribute it and/or modify\n\tit under the terms of the GNU General Public License as published by\n\tthe Free Software Foundation, either version 3 of the License, or\n\t(at your option) any later version.\n\t\n\tThis program is distributed in the hope that it will be useful,\n\tbut WITHOUT ANY WARRANTY; without even the implied warranty of\n\tMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\tGNU General Public License for more details.\n\t\n\tYou should have received a copy of the GNU General Public License\n\talong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm7a%2Fco-pkgsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm7a%2Fco-pkgsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm7a%2Fco-pkgsync/lists"}