Skip to content
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

all variables in util/os need to be in the config #37

Open
stingalleman opened this issue Oct 15, 2021 · 0 comments
Open

all variables in util/os need to be in the config #37

stingalleman opened this issue Oct 15, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@stingalleman
Copy link
Member

var (
	// Path that houses config & repositores
	PakketPath = "/etc/pakket"
	// Path to main pakket config
	ConfigFile = path.Join(PakketPath, "config.toml")
	// Path to lockfile w/ currently installed packages
	LockfilePath = path.Join(PakketPath, "lockfile.toml")
	// Path to pakket repositories
	RepoPath = path.Join(PakketPath, "repositories")
	// Path to temporary downloads/clones
	DownloadPath = "/var/tmp/pakket"
	// Prefix
	Prefix = "/usr/local"
)
@stingalleman stingalleman added enhancement New feature or request good first issue Good for newcomers labels Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant