aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile: Add guix.sentinel fileEuAndreh2023-03-241-2/+5
* tests/vm-check.sh: Fail when "check.sh" failsEuAndreh2023-03-241-2/+10
* Makefile: Add "check-shellcheck" targetEuAndreh2023-03-243-1/+7
* src/bin/paku.in: Add "PREFIX=#{prefix}" to all make calls in homebrewEuAndreh2023-03-246-12/+12
* Makefile: Build "public" by defaultEuAndreh2023-03-241-1/+1
* Makefile: Mark "public/debian" after rsyncEuAndreh2023-03-241-0/+1
* Makefile: Add missing dependencies to "check-guix"EuAndreh2023-03-241-1/+1
* Makefile: Use debian.sentinel for better dependency trackingEuAndreh2023-03-242-3/+8
* src/bin/paku.in: Move "datadir" to paku.lockEuAndreh2023-03-243-12/+42
* src/bin/paku.in: Emit Makefile for generating $NAME.key for Guix channel...Instead of doing it inline in the Makefile with clever Perl one-liners. BONUS: add missing ".POSIX:" to the debian.mk file. EuAndreh2023-03-243-17/+29
* Makefile: Split Guix tests from buildEuAndreh2023-03-241-19/+20
* Makefile: Make "src/bin/paku" a member of $(derived-assets)EuAndreh2023-03-241-8/+9
* Makefile: Remove src/bin/paku as a direct (duplicate) dependency of paku.htmlEuAndreh2023-03-241-1/+1
* Makefile: Remove "all" as a dependency to "check"EuAndreh2023-03-241-1/+1
* Makefile: Enable building targets directly which have sentinel aliasesEuAndreh2023-03-241-8/+10
* Makefile: Make "debian" target silent by defaultEuAndreh2023-03-241-1/+1
* Makefile: Derive "EuAndreh.key" from paku.lock fileEuAndreh2023-03-242-7/+11
* paku.lock: Split maintainer name from emailEuAndreh2023-03-242-2/+5
* Makefile: Use ".sentinel" files to fix dependency graph of Guix and Nix buildEuAndreh2023-03-241-15/+23
* Makefile: Add check-debian-x86_64-debEuAndreh2023-03-231-1/+6
* Use manual echo to /etc/apt/sources.list over apt-add-repositoryEuAndreh2023-03-233-7/+9
* Makefile: Add architecture to check target nameEuAndreh2023-03-231-3/+5
* Makefile: Put check targets at the endEuAndreh2023-03-231-10/+9
* TODOs.md: Name "OpenIndiana" over generic "illumos"EuAndreh2023-03-231-1/+1
* src/bin/paku.in: Use simpler dependency for public-keyEuAndreh2023-03-231-1/+1
* src/bin/paku.in: Enable license mapping to be extended or overriden from paku...EuAndreh2023-03-232-10/+14
* src/bin/paku.in: Allow dependency mapping to change in numberEuAndreh2023-03-232-8/+21
* src/bin/paku.in: Simplify Debian using less variablesEuAndreh2023-03-231-48/+25
* src/bin/paku.in: Add dark-mode CSSEuAndreh2023-03-231-1/+33
* git mv src/bin/paku src/bin/paku.in...Use the derived version without the ".in" suffix as the executable one, and remove the explicit "perl src/bin/paku" invocation with a simple "paku" one. EuAndreh2023-03-223-9/+11
* src/bin/paku: Explain how to have a file as overlay for NixEuAndreh2023-03-221-1/+25
* src/bin/paku: Fix Guix package names in HTML outputs...Follow-up on b62c88aba03eb80ef7df80d6c27696aec6e73c00. EuAndreh2023-03-221-2/+3
* src/bin/paku: Get license and repository information from paku.lockEuAndreh2023-03-223-14/+42
* src/bin/paku: Use homepage, changelog and downloads-page from paku.lock directlyEuAndreh2023-03-227-11/+26
* src/bin/paku: Improve name of package variantsEuAndreh2023-03-222-8/+9
* src/bin/paku: Show better versions on HTMLEuAndreh2023-03-221-3/+4
* Remove redundant "-latest" variants of packages in Guix and NixEuAndreh2023-03-223-47/+15
* Support HomebrewEuAndreh2023-03-2213-40/+216
* src/bin/paku: Get Base64 from paku.lock instead of calculating itEuAndreh2023-03-222-12/+23
* tests/vm-check.sh: Add markers of what is running whereEuAndreh2023-03-221-8/+17
* tests/vm-check.sh: Still shutdown if "check.sh" fails when -x is givenEuAndreh2023-03-221-4/+7
* TODOs.md: CleanupEuAndreh2023-03-211-173/+4
* tests/vm-check.sh: Shutdown at the end if -x is givenEuAndreh2023-03-211-1/+5
* src/bin/paku: Add "debian-packages" action, do not depend on dpkg-scanpackagesEuAndreh2023-03-211-8/+49
* src/bin/paku: Use "label" field from paku.lockEuAndreh2023-03-212-33/+17
* src/bin/paku: First-ish version of HTML outputEuAndreh2023-03-212-0/+173
* src/bin/paku: Turn value of $dir into Make variable $(DIR)EuAndreh2023-03-211-27/+29
* src/bin/paku: General cleanup and tidynessEuAndreh2023-03-214-197/+222
* Add generated Guix and Nix files as dependencies of paku.lockEuAndreh2023-03-211-4/+6
* paku.lock: Use flat format for packagesEuAndreh2023-03-212-281/+259