Skip to content

Instantly share code, notes, and snippets.

View eduardocerqueira's full-sized avatar
🎯
Focusing

Eduardo Cerqueira eduardocerqueira

🎯
Focusing
View GitHub Profile
@cvarjao
cvarjao / .gitignore
Last active December 19, 2024 16:28
OpenShift oc command line cheatsheet
images/
layers/
node_modules/
.cache/
manifests/
@brainstorm
brainstorm / irods_logstash.conf
Last active March 11, 2016 09:24
Parsing iRODS log files with logstash
input {
file {
type => "rodslog"
start_position => beginning
debug => true
sincedb_path => "/root/logstash/.sincedb"
path => [ "/root/logstash/logs/eu/var/log/irods/rodsLog.*" ]
}
}
@amitsaha
amitsaha / koji-api
Created November 21, 2012 08:17
Koji API
_listapi()
addExternalRPM(rpminfo, external_repo, strict=True)
description: Import an external RPM
This call is mainly for testing. Normal access will be through
a host call
addExternalRepoToTag(tag_info, repo_info, priority)
description: Add an external repo to a tag
addGroupMember(group, user, strict=True)
description: Add user to group