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
c592ec4bfd
add go executable to INSTALL_PREFIX/bin/go
2026-02-10 19:05:06 -07:00
Matthew Stobbs
e91e7e9698
working on helpers
2026-02-05 17:18:02 -07:00
Matthew Stobbs
e231c6ae7a
updating documentation
...
- giving things a better structure
- better documentation with the way things need to be as a standard
2026-02-04 22:26:15 -07:00
Matthew Stobbs
ac7ad62d40
fixing documentation
2026-02-02 21:09:51 -07:00
Matthew Stobbs
81a1dd7469
working on go
...
Signed-off-by: Matthew Stobbs <matthew@stobbs.ca >
2026-02-02 17:06:31 -07:00
Matthew Stobbs
c613a29ce4
Working on source packages
...
Signed-off-by: Matthew Stobbs <matthew@stobbs.ca >
2026-02-02 02:35:16 -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
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
c73ac46bc8
organizing for go pkg installs
2025-02-12 16:57:28 -07:00
Matthew Stobbs
a3df5215b8
reorganizing configuration
...
- static package configuration in `vars/pkgs`
- loaded into the variable `pkgconfig` as part of `tasks/main.yml`
2025-02-12 12:52:55 -07:00
Matthew Stobbs
c9e5f7f9ab
set filetype to yaml.ansible for all yml files
2025-02-09 18:24:38 -07:00
Matthew Stobbs
391e8ee226
fixing packages
2025-01-25 17:54:26 -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
0f2d22f3c5
packages are more generic
...
- if config is needed, it has a file in vars/
- all imported vars for pkgs are namespaced with _<pkgname>
2025-01-23 00:29:58 -07:00
Matthew Stobbs
6fa5a46701
configuring more packages
2025-01-22 22:14:49 -07:00