Logo
Explore Help
Sign In
kevinveenbirkenbach/pkgmgr
1
0
Fork 0
You've already forked pkgmgr
Code Issues Pull Requests Actions 28 Packages Projects Releases Wiki Activity
Files
172c73486609379b8b7346133dbe5725a9a7483d
pkgmgr/.dockerignore

31 lines
295 B
Plaintext
Raw Normal View History

Refactor pkgmgr into modular installer pipeline with Nix flake support, PKGBUILD build workflow, local Nix cache, and full test suite restructuring. See conversation: https://chatgpt.com/share/69332519-7ff4-800f-bc21-7fcd24a66c10
2025-12-05 19:32:42 +01:00
# Docker build context cleanup
# Nix local store/cache
.nix/
# Git internals
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# venvs
.venv/
venv/
.venvs/
# Editor/OS noise
.vscode/
.idea/
.DS_Store
Thumbs.db
Improve Docker-based build & test pipeline for pkgmgr - Add .dockerignore rules to prevent Arch package artifacts from entering the build context - Rework Dockerfile to remove stale package artifacts before makepkg and use a dev entry script - Introduce docker-entry-dev.sh to always rebuild pkgmgr from the mounted /src tree - Update Makefile 'test' target to rebuild pkgmgr inside the container before running tests - Fix predictable makepkg failures caused by residual *.pkg.tar.* files Conversation reference: https://chatgpt.com/share/6935e6e8-f3fc-800f-a4e9-7537114f13d1
2025-12-07 21:43:38 +01:00
# Arch pkg artifacts
*.pkg.tar.*
Fixed tests in container
2025-12-07 21:52:04 +01:00
*.log
package-manager-*
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 21ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API