Commit Graph

17 Commits

Author SHA1 Message Date
7f00bb70dc working on more package, almost done 2026-03-27 20:34:40 -06:00
Matthew Stobbs
d1d556d425 modified make, fixed packages and vars
- the make helper now has distinct build stages
  - configure: is now defined in pkg.targets.configure
  - build: is now defined in pkg.targets.build
  - install: is now defined in pkg.targets.install
  - added pre-install: which is a list of targets that are looped over
before install
  - added post-instal: which is a list of targets that are looped over
after install

- removed major package level variables from vars/main.yml
  - moving those variables into actual package level variables as
defaults
  - if the values are defined they will be used instead of defaults
2026-03-19 13:39:26 -06:00
Matthew Stobbs
065031b77f finished with a bunch more 2026-03-03 15:08:15 -07:00
Matthew Stobbs
24a4ec17ec fixing up formatting and style 2026-03-03 12:42:22 -07:00
Matthew Stobbs
ceabce67e4 removed bool check
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
2025-05-12 14:24:27 -06:00
Matthew Stobbs
43f539253f configure neovim properly for building 2025-03-16 17:38:54 -06:00
Matthew Stobbs
aff4fddfb4 fix broken packages
- standardize naming of each pkg append
- move _configured vars to end of block
2025-03-09 21:48:11 -06:00
Matthew Stobbs
2ce49c9b85 updated tasks so they are only run once 2025-03-03 12:04:09 -07:00
Matthew Stobbs
d1e8957f94 fix packages 2025-02-22 14:59:18 -07:00
Matthew Stobbs
852fe8eb7d more package fixes 2025-02-21 22:59:24 -07:00
Matthew Stobbs
6d52cc6a4d move a lot of configuration around 2025-02-11 20:22:42 -07:00
Matthew Stobbs
c9e5f7f9ab set filetype to yaml.ansible for all yml files 2025-02-09 18:24:38 -07:00
Matthew Stobbs
66eaed6e4b fixing formatting and dependencies 2025-01-25 18:45:37 -07:00
Matthew Stobbs
4665de577e more fixes, more config 2025-01-25 17:39:49 -07:00
Matthew Stobbs
00e08c5997 update and fix multiple packages 2025-01-25 16:07:24 -07:00
Matthew Stobbs
2f3690aded clean up, refactor, documentation
- reducing amount of splitting in configs
- documenting configuration
2025-01-24 23:23:24 -07:00
Matthew Stobbs
6fa5a46701 configuring more packages 2025-01-22 22:14:49 -07:00