Commit Graph

78 Commits

Author SHA1 Message Date
Elara 3f3b575b63 Update import path
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-10-07 17:34:39 -07:00
Elara d86776feb1 Pass logger around in a context
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-10-06 14:21:12 -07:00
Elara ac45087ead Move db and config back to internal 2023-09-22 15:21:34 -07:00
Elara be7709a5ed Move some things out of internal
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-09-21 16:18:18 -07:00
Elara f66132559d Run formatter
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-09-20 15:41:03 -07:00
Elara c2b875db6c Update and add GPL headers
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-09-20 15:38:22 -07:00
Elara 6388180768 Use internal log package to avoid breaking programs that have their own global loggers
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-09-20 15:33:26 -07:00
Elara 81f9a4bf95 Move nfpm format imports to internal/build
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-09-19 15:11:53 -07:00
Elara 45522e3f3a Major refactor
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-09-19 14:28:05 -07:00
Elara d59c4036ef Add osutils package
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-13 17:29:49 -07:00
Elara ffc79b8ca3 Remove debug print 2023-08-13 17:12:28 -07:00
Elara dada9d68f2 Add -p flag to build command
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-13 15:27:54 -07:00
Elara 10893c07c3 Account for backwards compatibility of ARM
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-11 15:22:01 -07:00
Elara 5d566fcf15 Fix panic when an element is missing in the checksums array
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-03 12:57:05 -07:00
Elara 365634f4d9 Add the ability to change the hashing algorithm
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-07-11 17:00:30 -07:00
Elara 7a65835816 Use aria2 for torrent downloads
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-07-11 13:14:54 -07:00
Elara eb976be96e Update domain 2023-04-20 20:01:05 -07:00
Elara 0fe10af2c9 Add interactive flag to turn off prompts 2023-02-23 16:38:08 -08:00
Elara f9dd44f98a Add more logs after executing package() 2023-01-31 14:05:45 -08:00
Elara 2205d0ae83 Add missing GPL headers and change year to 2023 2023-01-30 23:12:29 -08:00
Elara da73e68d21 Install already-built package by default if available 2023-01-29 14:40:37 -08:00
Elara 42c604a41e Check provides field when filtering build dependencies 2023-01-29 01:32:55 -08:00
Elara 4f274b7add Switch to new download system 2023-01-28 20:53:06 -08:00
Elara 53f332aeed Add warning for already-installed packages 2023-01-25 16:43:25 -08:00
Elara 057b72b4f6 Add translation system for LURE CLI 2023-01-12 19:41:52 -08:00
Elara 846a6f6f51 Move CLI helper functions into internal/cliutils 2022-12-29 12:25:37 -08:00
Elara 085a11ddef Fix symlink resolution during package build 2022-12-22 14:18:41 -08:00
Elara 5809937eba Remove unused function 2022-12-18 17:59:58 -08:00
Elara 6c82edd25d Provide scriptdir during first interpreter pass 2022-12-03 12:08:58 -08:00
Elara 1a36a6d530 Do two parsing passes when building a package, and prompt user to view script after the first 2022-12-03 11:52:09 -08:00
Elara 57c1a1702a Move promptViewScript() call to installScripts() 2022-12-02 23:28:49 -08:00
Elara d6b5696a2c Add build script viewer and prompt users asking if they want to read the script 2022-12-02 22:10:03 -08:00
Elara c155f78a67 Rename repodir to scriptdir 2022-12-01 10:53:03 -08:00
Elara 78f710e94f Pull repos before every command that uses them 2022-11-30 23:04:52 -08:00
Elara 7266b716d1 Add doc comments 2022-11-30 22:15:34 -08:00
Elara 89ead2706d Create function for getting canonical CPU architecture 2022-11-30 22:02:36 -08:00
Elara 97fdbe3c97 Create function for asking yes or no questions 2022-11-30 21:58:21 -08:00
Elara 20ffb5839f Use correct verb when prompting user to choose packages 2022-11-30 19:33:40 -08:00
Elara dd1511b493 Switch all LURE operations to use new DB 2022-11-30 19:10:17 -08:00
Elara ed4dfb242e Move configuration into separate package 2022-11-30 11:14:21 -08:00
Elara a32bbd11ea Switch to global log variable 2022-11-30 10:00:50 -08:00
Elara 1787a509eb Run version function in srcdir 2022-11-29 13:33:47 -08:00
Elara 2d6e1693f0 Revert f8f85e2 2022-11-29 13:30:58 -08:00
Elara 351e21aaee Add install-library helper command 2022-11-21 21:45:18 -08:00
Elara 29207ac6a7 Add DISTRO_ID_LIKE environment variable 2022-11-21 21:03:56 -08:00
Elara 401e8531ab Add initial helper functions (#39) 2022-11-20 20:52:38 -08:00
Elara f8f85e23df Run version function before anything else and set the version variable to its output 2022-11-20 14:15:31 -08:00
Elara 37d286beec Resolve ARM variant in the value of the environment variable 2022-11-20 13:57:59 -08:00
Elara f97c878a1d Make the architecture match on all machines 2022-11-20 13:54:49 -08:00
Elara 00ec52f9f4 Expose distro version ID as an environment variable 2022-11-20 21:45:45 +00:00