https://github.com/jcs-emacs/binaries
Store built configuration for CI testing
https://github.com/jcs-emacs/binaries
storage
Last synced: 4 months ago
JSON representation
Store built configuration for CI testing
- Host: GitHub
- URL: https://github.com/jcs-emacs/binaries
- Owner: jcs-emacs
- License: gpl-3.0
- Created: 2022-09-20T12:37:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T23:56:11.000Z (over 1 year ago)
- Last Synced: 2025-01-11T02:35:56.304Z (5 months ago)
- Topics: storage
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.gnu.org/licenses/gpl-3.0)
# binaries
> Store built configuration for CI testingThe `main.tar` is bundled confiugration file from [jcs-emacs]().
We attempted to use filename `{{ matrix.os }}.{{ matrix.emacs-version }}.tar`;
but it will instantly kills our 1G of LFS quota. Hence we have only one built
file from each platforms and Emacs versions.## 📂 Handle Git LFS
Before we explode our large file storge (LFS), our strategy here is to revert
anything to our very first main `.tar` file's commit using the
`git reset --hard ` command. Then we force push `git push --force`
our tar file to this repository, in order to make our LFS' disk space **low**.## ⚜️ License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .See [`LICENSE`](./LICENSE) for details.