Commit graph

115 commits

Author SHA1 Message Date
awalsh128
d5b9449cd3 Merge script include snippet. 2022-07-15 15:38:51 -07:00
awalsh128
1d2f5e1b23 Merge branch 'staging' 2022-07-15 15:28:17 -07:00
Andrew Walsh
cda771820d
Update to v3 cache action. 2022-07-15 12:55:37 -07:00
awalsh128
fa7091e9a8 Fix sorting when normalizing package list. 2022-07-14 21:57:20 -07:00
awalsh128
9a4f0f7d01 Merge branch 'staging' of https://github.com/awalsh128/cache-apt-pkgs-action into staging 2022-07-14 21:45:14 -07:00
awalsh128
63f7fccab9 Simplify logging calls. 2022-07-14 21:44:35 -07:00
Andrew Walsh
c21469a518
Update installation to consider symlinks as well.
Addresses problem raised in #25
2022-07-14 21:23:42 -07:00
Andrew Walsh
39faaf9bee
Update installation to consider symlinks as well.
Addresses problem raised in #25
2022-07-14 21:19:19 -07:00
awalsh128
768417e4ec Fix dependency listing. 2022-06-30 08:41:19 -07:00
awalsh128
60c15ce2f0 Include library in all scripts. 2022-06-30 08:28:26 -07:00
awalsh128
7274c01428 Fix minor bug. 2022-06-30 08:24:18 -07:00
awalsh128
f6ea1022c2 Add log timings for perf debugging. 2022-06-30 07:13:58 -07:00
awalsh128
eb177a2a2b Report file size of cached packages. 2022-06-30 06:43:45 -07:00
awalsh128
843a78dbf3 Fix manifest output on restore. 2022-06-30 06:37:31 -07:00
awalsh128
f5249e37b0 Update caching log lines. 2022-06-30 06:29:47 -07:00
awalsh128
f9b0016d02 Inline dependency reporting in log. 2022-06-30 06:28:52 -07:00
awalsh128
a91bf7b286 Create a new output for all packages including dependencies. 2022-06-30 06:18:19 -07:00
awalsh128
903a8a32ff Fix read package name and version call. 2022-06-30 02:10:23 -07:00
awalsh128
bc3229644b Fix another package enumeration. 2022-06-30 01:41:00 -07:00
awalsh128
cb0990bfa2 Fix package enumeration. 2022-06-30 01:35:13 -07:00
awalsh128
686ae5cbb1 Fix package enumeration. 2022-06-30 01:27:20 -07:00
awalsh128
e6baec0bc6 Fix cache version ref and ver function output. 2022-06-30 01:17:13 -07:00
awalsh128
45b8861f3a Fix package name ver function output. 2022-06-30 01:06:32 -07:00
awalsh128
c961be0ea5 Fix lib arg ref and quoting behavior. 2022-06-30 00:51:24 -07:00
awalsh128
1ca2ac1a4c Standardize syntax and script sourcing. 2022-06-30 00:30:31 -07:00
awalsh128
f1c5c6fb4a Merge branch 'staging' of https://github.com/awalsh128/cache-apt-pkgs-action into staging 2022-06-29 23:53:30 -07:00
Andrew Walsh
d7e83f6ca0
Merge pull request #17 from PeterBowman/fix-cmd-path
Drop path to `cut` command
2022-06-03 21:18:01 -07:00
Andrew Walsh
2719bca2f4
Merge branch 'dev' into staging 2022-06-03 21:04:43 -07:00
Andrew Walsh
c86218038a
Merge pull request #18 from awalsh128/revert-13-cache-non-explicitly-listed-pacakges
Revert "Cache non explicitly listed packages"
2022-06-03 20:31:30 -07:00
Andrew Walsh
17cdbf8735
Revert "Cache non explicitly listed packages" 2022-06-03 20:30:40 -07:00
Bartek Łukawski
01059849f8
Drop path to cut command
Command not found on GHA Ubuntu 18.04 runners.
2022-06-03 17:41:16 +02:00
Andrew Walsh
c8f8c819da
Update pub_master_push_event.yml 2022-03-26 12:54:33 -07:00
Andrew Walsh
b229047610
Create pub_dev_push_event.yml 2022-03-26 12:53:58 -07:00
awalsh128
9568dc9783 Change include command. 2022-03-26 12:48:16 -07:00
awalsh128
e68df30bd6 Experimental version. Cleaned up syntax and created common library functions. 2022-03-26 12:42:40 -07:00
Andrew Walsh
4cc899ce9b
Merge pull request #15 from awalsh128/revert-14-staging
Revert "Staging"
2022-03-18 22:55:09 -07:00
Andrew Walsh
6e54cc6cfe
Revert "Staging" 2022-03-18 22:24:55 -07:00
Andrew Walsh
38a6fdf7f7
Merge pull request #14 from awalsh128/staging
Staging
2022-03-18 22:19:13 -07:00
Andrew Walsh
ea3bc969b2
Merge pull request #13 from Natrinicle/cache-non-explicitly-listed-pacakges
Cache non explicitly listed packages
2022-03-18 22:18:01 -07:00
Nate Bohman
6d622023ef
Also Cache Non-Explicitly Listed APT PKGs
Apt installs more packages than just those explicitly listed. This can
lead to issues of missing files when the cache is restored.
2022-03-18 09:39:17 -06:00
Nate Bohman
a56b21237f
Check APT Package Versions
Make sure to keep the cache up to date as package versions change
upstream. Also, allow specific package versions to be selected.
2022-03-16 13:38:50 -06:00
Andrew Walsh
c7ec949338
Merge pull request #10 from jroddev/escape-regex-control
g++ install is failing because + is treated as a regex control character
2022-02-14 09:45:56 -08:00
jroddev
13d7657f54 g++ install is failing because + is treated as a regex control character 2022-02-13 16:54:39 +11:00
Andrew Walsh
4d3d45c02f
Merge pull request #9 from awalsh128/staging
Merge from staging with new features.
2021-10-22 00:29:33 -07:00
awalsh128
b80ada0329 Move trailing comma for manifest list. 2021-10-22 00:16:17 -07:00
awalsh128
58be009328 Work around cache-hit bug in cache action. 2021-10-22 00:12:56 -07:00
awalsh128
edd1138fdd Write out manifest. 2021-10-21 23:28:06 -07:00
awalsh128
8f2c275875 Remove refresh feature. 2021-10-21 23:04:42 -07:00
awalsh128
db1f7473f6 Separate out version on manifest reporting. 2021-10-21 22:44:51 -07:00
awalsh128
dca3d33521 Get rid of package variables. 2021-10-21 22:42:51 -07:00