{"id":24960806,"url":"https://github.com/emacs-eask/archives","last_synced_at":"2025-07-31T17:03:17.228Z","repository":{"id":37529080,"uuid":"480716962","full_name":"emacs-eask/archives","owner":"emacs-eask","description":"Handle refreshing package archives failure","archived":false,"fork":false,"pushed_at":"2025-07-26T20:25:47.000Z","size":6829098,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-26T20:49:41.859Z","etag":null,"topics":["archives-content","elpa","emacs"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/emacs-eask.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":"emacs-eask","patreon":"jcs090218","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/jcs090218"}},"created_at":"2022-04-12T08:21:15.000Z","updated_at":"2025-07-26T20:25:51.000Z","dependencies_parsed_at":"2024-01-22T15:26:21.629Z","dependency_job_id":"80bdd498-f38a-47d1-ad25-e681f7fb873b","html_url":"https://github.com/emacs-eask/archives","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emacs-eask/archives","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Farchives","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Farchives/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Farchives/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Farchives/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emacs-eask","download_url":"https://codeload.github.com/emacs-eask/archives/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Farchives/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268074145,"owners_count":24191522,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["archives-content","elpa","emacs"],"created_at":"2025-02-03T08:31:26.729Z","updated_at":"2025-07-31T17:03:17.180Z","avatar_url":"https://github.com/emacs-eask.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/emacs-eask","https://patreon.com/jcs090218","https://www.paypal.me/jcs090218"],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Emacs Version](./badges/emacs.svg)](https://www.gnu.org/software/emacs/download.html)\n[![](./badges/system.svg)](#)\n\n\u003ca href=\"#\"\u003e\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/emacs-eask/cli/master/docs/static/logo.png\" width=\"20%\"\u003e\u003c/a\u003e\n# archives\n\u003e Handle refreshing package archives failure\n\n[![Refresh](https://github.com/emacs-eask/archives/actions/workflows/refresh.yml/badge.svg)](https://github.com/emacs-eask/archives/actions/workflows/refresh.yml)\n\nWorkflow automatically downloads package archives and stores them here.\n\n**NOTE:** It will refresh every `1` hour(s).\n\n## ❓ Why do we need this?\n\nWhen sandboxing during Emacs package development, we might need to call\n`package-refresh-contents` multiple times due to the newly set up\nenvironment. While Eask already minimizes unnecessary refreshes, you\nmay still encounter `404` errors from the archive servers (`elpa`,\n`melpa`, etc.). This typically happens when the server temporarily\nblocks your IP after too many requests within a short period. In such\ncases, you’ll need to wait a few minutes (depending on the server) for\nyour IP to be unblocked.\n\nThis is where the `archives` comes in! Eask helps you avoid this situation\nby downloading the `archive-contents` files when a `404` is encountered.\nIn other words, your package refreshes will never fail. 🎉\n\n## ⚜️ License\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nSee [`LICENSE`](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacs-eask%2Farchives","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femacs-eask%2Farchives","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacs-eask%2Farchives/lists"}