Skip to content

vanzhiganov/lookaside-client

Repository files navigation

lookaside client

Dependencies

build

make build

Prepare configuration

mkdir ~/.config/lookaside/
vi ~/.config/lookaside/config.ini
[main]
default = first

[first]
endpoint = http://fs.acme.com/repo/pkgs/upload.cgi
hash = sha512
authtype = password
user = ...
password = ...

[second]
endpoint = http://sources.domain.com/repo/pkgs/upload.cgi

Run the executable

./build/lookaside-client [config] <name> [branch] <filename>
./build/lookaside-client <name> <filename>
./build/lookaside-client <name> [branch] <filename>

If the config not specified then will be used value specified in va main.default in config.ini.

About

Upload client for dist-git

Topics

Resources

Stars

Watchers

Forks

Contributors