blob: 601ddb92ed62f4ecfb8a6ac75ce41d198795de06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Repofish shell script
This is a simple shell script used to manage a local archlinux
repository.
USAGE:
The script uses three global variables:
SRC_PATH (where the single packages repos are)
REPO_PATH (the parh of the actual local repository)
REPO_NAME (the name to use for the repository)
You can globally set these variables in your enviroment or just hardcode
the values in the script. They are commented as a default.
Add the script to your $PATH and use repo.sh --help to see all
the available options.
|