Skip to content

Add config file #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zrajm opened this issue Feb 4, 2014 · 1 comment
Closed

Add config file #2

zrajm opened this issue Feb 4, 2014 · 1 comment
Assignees
Milestone

Comments

@zrajm
Copy link
Owner

zrajm commented Feb 4, 2014

This should be a .ini type config file (just like git's). It will always be read before any buildscript is invoked, and can be used to set up paths, aliases etc. Here's an example (adapted from git(1)):

       #
       # A '#' or ';' character indicates a comment.
       #

       ; Source, script and target directories.
       [core]
           ; Recommended defaults.
           scriptdir = fix
           targetdir = build
           pathadd   = bin

       [alias]
           all   = ./all
           clean = --clean

(Relative paths should be relative to the current working tree.)

@zrajm
Copy link
Owner Author

zrajm commented Feb 16, 2014

Reading of the '.fixrc' config file was added with the '--add-path' option in commit 822acf2.

That option has since been renamed '--exec-path'.

@zrajm zrajm closed this as completed Feb 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant