This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scheduled_time": null, | |
"exception": null, | |
"traceback": null, | |
"job_id": null, | |
"class_name": "ConsumerApi", | |
"start_time": "2011-11-08T16:47:42-05:00", | |
"args": [ | |
"d48f7e52-04fb-4bd0-84f5-a7f46131a68f", | |
[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import base64 | |
import httplib | |
import urllib | |
try: | |
import json | |
except ImportError: | |
import simplejson as json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ catmf manifest.zip | |
Consumer UUID: da6b17d6-c838-4a67-bd23-76f08e1415bd | |
Export Version: 0.5.26.3-1 | |
Creation Date: 2012-05-09T17:00:53.659+0000 | |
Product: Red Hat Enterprise Linux Resilient Storage (for RHEL Server) (90) | |
Multi-entitlement: No | |
Product: Red Hat Enterprise Linux High Availability (for RHEL Server) (83) | |
Multi-entitlement: No | |
Product: Red Hat Enterprise Linux Workstation (71) | |
Multi-entitlement: No |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# Manifest cat - prints useful information about manifest ZIP import | |
# | |
# yum -y install unzip rubygem-json | |
# | |
require 'rubygems' | |
require 'json' | |
if ARGV.size == 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<services> | |
<service name="candlepin_reg"> | |
<executable> | |
<contents><![CDATA[#!/bin/bash -x | |
( | |
echo 6.2 > /etc/yum/vars/releasever | |
echo - modify /etc/rhsm/rhsm.conf | |
echo - bootstrap | |
rpm -ivh http://$sehost/pub/candlepin-cert-consumer-$sehost-1.0-1.noarch.rpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BUILD SUCCESSFUL | |
Total time: 3 seconds | |
+ cd selinux | |
+ for selinuxvariant in mls strict targeted | |
+ make NAME=mls -f /usr/share/selinux/devel/Makefile | |
Compiling mls thumbslug module | |
/usr/bin/checkmodule: loading policy configuration from tmp/thumbslug.tmp | |
/usr/bin/checkmodule: policy configuration loaded | |
/usr/bin/checkmodule: writing binary representation (version 14) to tmp/thumbslug.mod | |
Creating mls thumbslug.pp policy package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SRV="sudo /sbin/service" | |
if [ -f /etc/sysconfig/katello ]; then | |
# load configuration values | |
. /etc/sysconfig/katello | |
else | |
echo "Katello does not seem to be installed on this machine" 1>&2 | |
exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "ec694e6e-e146-44eb-a1ab-81fc24c7174f", | |
"size": 2497, | |
"license": "GPLv2", | |
"vendor": "", | |
"name": "chimpanzee", | |
"repo_defined": true, | |
"buildhost": "smqe-ws15", | |
"checksum": { | |
"sha256": "5aa8b0eb10a974a02639ffea7c10d7dab93f82c4d08c32b00b5677e638fd4da6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<lamba> this pulp thing does seem to be a little.... glitchy :-p | |
<lamba> InvalidDocument: key 'openoffice.org-langpack-af_ZA' must not contain '.' | |
<mccun934> jdob: prad_: wasn't there a fix for the . name thing? | |
<prad_> mccun934, fix was to downgrade pymongo for v1.. its handled in v2 correctly i believe | |
<jdob> http://pulpproject.org/ug/UGFAQ.html#rpmname | |
<prad_> yep | |
<lamba> oh. is v2 production ready ? | |
<prad_> lamba, jdob likes to talk about v2, i hate to steal his thunder by answering that ;) | |
<lamba> so thats a no then :-) | |
<jdob> prad_: haha, feel free to jump in :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mmccune@kona tmp]$ pulp-admin --username=admin --password=3xD55smFz6IG0qP27f9kKGxz repo content --id=ACME_Corporation-TEST-zoo-zoorepo |grep zebra | |
zebra-0.1-2.noarch.rpm | |
[mmccune@kona tmp]$ pulp-admin --username=admin --password=3xD55smFz6IG0qP27f9kKGxz repo remove_package --id=ACME_Corporation-TEST-zoo-zoorepo --package=zebra | |
Package zebra could not be found skipping | |
[mmccune@kona tmp]$ pulp-admin --username=admin --password=3xD55smFz6IG0qP27f9kKGxz repo remove_package --id=ACME_Corporation-TEST-zoo-zoorepo --package=zebra-0.1-2 | |
Package zebra-0.1-2 could not be found skipping | |
[mmccune@kona tmp]$ pulp-admin --username=admin --password=3xD55smFz6IG0qP27f9kKGxz repo remove_package --id=ACME_Corporation-TEST-zoo-zoorepo --package=zebra-0.1-2.noarch.rpm | |
Package zebra-0.1-2.noarch.rpm could not be found skipping |
OlderNewer