Skip to content

Instantly share code, notes, and snippets.

View kuboosoft's full-sized avatar

kuboosoft

  • All world
View GitHub Profile
Mock Version: 1.4.8
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/vlc.spec'], chrootPath='/var/lib/mock/fedora-rawhide-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'es_ES.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7fa2c9417f98>timeout=0uid=1003gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/vlc.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'es_ES.UTF-8'} and shell False
Construyendo las plataformas de de
@kuboosoft
kuboosoft / gist:f2edea98fb7d78ef03de4b5bc352e6e4
Created August 3, 2017 08:11 — forked from djs070/gist:4570480
Install NVM & Node 0.8.17 on Fedora/CentOS
# install git
yum install git -y
# get nvm
git clone git://github.com/creationix/nvm.git ~/nvm
# activate nvm
sudo rpm --import https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/URPMS-GPG-PUBLICKEY-Fedora
sudo dnf -y install https://github.com/UnitedRPMs/unitedrpms/releases/download/20/unitedrpms-$(rpm -E %fedora)-20.fc$(rpm -E %fedora).noarch.rpm
@kuboosoft
kuboosoft / mock-mirrorlist2baseurl
Created April 29, 2017 01:09 — forked from hroncok/mock-mirrorlist2baseurl
This Bash script helps you to replace mirrorlist with baseurl in your mock config files. It selects the first item in the mirrorlist (should be good enough). To update the mirrors, revert config from backup (.bak) and run again.
#!/usr/bin/env bash
# Copyright (c) 2013, Miro Hrončok <miro@hroncok.cz>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
Feb 24 16:01:24 DEBUG Completion plugin: Generating completion cache...
Feb 24 16:01:24 INFO Complete!
Feb 24 16:01:24 DDEBUG Cleaning up.
Feb 24 16:01:24 DDEBUG /var/cache/dnf/fedora-310f9d37d74ceec1/packages/bc-1.06.95-16.fc24.x86_64.rpm removed
Apr 28 01:27:45 INFO --- logging initialized ---
Apr 28 01:27:45 DDEBUG timer: config: 1441 ms
Apr 28 01:27:45 DEBUG cachedir: /var/cache/dnf
Apr 28 01:27:45 DEBUG Loaded plugins: download, playground, builddep, noroot, copr, Query, generate_completion_cache, config-manager, protected_packages, repomanage, needs-restarting, reposync, debuginfo-install
Apr 28 01:27:45 DEBUG DNF version: 1.1.10
#!/bin/sh
# note this works for both a.out and ELF executables
ulimit -c 0
filelist=`xargs -r file | fgrep executable | cut -d: -f1 `
for f in $filelist; do
ldd $f | awk '/=>/ { print $1 }'
#!/bin/sh
# /tmp/ - directory for temporary packages
# depends:
# dnf install createrepo repoview git python3-dnf-plugins-extras-repomanage rsync
# Create config ~/.ssh/config
# Host *.sourceforge.net
# User YOUR_OS_USERNAME
<?xml version="1.0" encoding="UTF-8"?>
<!--
# Goes inside %APPDATA%\kodi\userdata
-->
<playercorefactory>
<players>
<player name="VLC" type="ExternalPlayer" audio="false" video="true">
<filename>/usr/bin/vlc</filename>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
wget -c https://raw.githubusercontent.com/kuboosoft/spec-testing/master/SCRIPTS/fix-rpm.tar.bz2