aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8e99ed067baa78e0bc4e3918ee40922f3c132554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# README for obs-dl.sh
This script makes it easy to download an asset from the [Open Build Service](https://build.opensuse.org/) from cli.

## Upstream
This repository is the original: [https://gitlab.com/bgstack15/obs-dl](https://gitlab.com/bgstack15/obs-dl)

## Alternatives
Download the assets in a web browser and a login session.

## How to use
Set environment variables USERNAME and PASSWORD and then run command

    ./obs-dl https://build.opensuse.org/source/home:bgstack15/freefilesync/_service:recompress:tar_scm:FreeFileSync.tar.gz?rev=9410c094a8ce7fb9df4042c405ea0c7b

## Reason for existing
My build server is headless and I don't always want to use my desktop to download a large asset just to push it up to my dev system.

## Dependencies
Bourne shell

## References
man 1 curl
Original work.
bgstack15