Knowledge Base

Preserving for the future: Shell scripts, AoC, and more

Download file from Open Build Service (OBS) from command line

I really like the Open Build Service by the OpenSUSE team. I wrote a tool that will download an OBS service run asset on the cli. This tool interacts with the authentication mechanism so you can get the relevant cookies and accomplish your task. Check it out: https://gitlab.com/bgstack15/obs-dl Yes, it's insecure. 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

Comments