mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-09 15:01:23 +00:00
16 lines
599 B
Markdown
16 lines
599 B
Markdown
|
# getsrc
|
||
|
|
||
|
An automatic lookaside grabber supporting all flavors of: Fedora, Rocky Linux, CentOS, CentOS Stream. Easy to extend to other lookaside-based distros as well.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
- Download getsrc.sh , save to somewhere in your $PATH
|
||
|
- Run getsrc.sh inside a checked-out repo. It will analyze the lookaside list file (".firefox.metadata", for example, or just "sources") and download the source tarballs for you
|
||
|
- Now you can do a local build or edit of the package
|
||
|
|
||
|
<br />
|
||
|
|
||
|
## Audience
|
||
|
|
||
|
I hope this will help anyone who needs to work with packages from different sources/repos in the RPM world.
|