Compare commits
No commits in common. "c92c2d0dcc82838cd36d526c7761c0a7f6bb1726" and "b179e0bbbcdf80eca40ce32d410740f15cc74145" have entirely different histories.
c92c2d0dcc
...
b179e0bbbc
2
piston
2
piston
|
@ -78,7 +78,7 @@ case $1 in
|
|||
clean-pkgs) git clean -fqXd packages ;;
|
||||
clean-repo) git clean -fqXd repo ;;
|
||||
|
||||
list-pkgs) find packages -maxdepth 2 | awk -F/ '$2 && $3{ print $2 "-" $3 }' | column ;;
|
||||
list-pkgs) find packages -depth 2 | awk -F/ '$2 && $3{ print $2 "-" $3 }' | column ;;
|
||||
|
||||
build-pkg)
|
||||
PKGSLUG="$2-$3"
|
||||
|
|
Loading…
Reference in New Issue