1
0
Fork 0
A collection of useful scripts
Find a file
Luca Beltrame 8b4fa46cac
New script to check broken packages without using osc
The rationale is avoiding installing osc altogether on the target
system. It can do way too many dangerous things with the credentials it
has.
2021-01-09 17:46:40 +01:00
LICENSES Update licenses and use SPDX identifiers 2021-01-02 15:45:49 +01:00
misc Restructure directory layout 2021-01-03 15:26:29 +01:00
obs New script to check broken packages without using osc 2021-01-09 17:46:40 +01:00
sysadmin Restructure directory layout 2021-01-03 15:26:29 +01:00
travel Restructure directory layout 2021-01-03 15:26:29 +01:00
.gitignore Ignore the .reuse directory 2021-01-02 15:46:42 +01:00
dennogumi_new_post.py Allow editing posts 2021-01-03 14:52:19 +01:00
jekyll_new_post.py Try to fix the git repo issue 2015-06-07 15:01:46 +02:00
README.md Some READMEs 2021-01-03 15:36:20 +01:00

Various useful scripts

A collection of scripts I've made during the years to fulfill specific needs (my own). Some they may be useful for others, some may be not.

They're all written either in Bash or in Python (3.x).

Structure

  • obs: Scripts used to manage the KDE Unstable repositories on the openSUSE Build Service
  • sysadmin: Various scripts I wrote to carry out some sysadmin-y stuff
  • travel: Experimental scripts I wrote to make planning my holidays better
  • misc: Uncategorized, random scripts.

LICENSE

Different scripts have different licenses. See the LICENSES directory for a rundown of the used licenses.