Skip to content

Instantly share code, notes, and snippets.

var screen = 1;
var numberOfPages = 7;
// fonts
var miniver;
var loveLetter
var muliReg;
var muliRegI;
var muliBold;
var muliBoldI;
[root@localhost lib389]# sudo make install
/usr/bin/python setup.py install --skip-build --force --root=/
running install
running install_lib
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
running install_data
copying cli/dsctl -> /usr/sbin/
copying cli/dsconf -> /usr/sbin/
copying cli/dscreate -> /usr/sbin/
[DEFAULT]
use_stderr = true
#
# From kuryr_kubernetes
#
# Directory for Kuryr vif binding executables. (string value)
#bindir = /usr/libexec/kuryr
2017-09-19 11:25:11.827 | W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/pgdg.list:1 and /etc/apt/sources.list.d/pgdg.list:2
2017-09-19 11:25:11.827 | W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/pgdg.list:1 and /etc/apt/sources.list.d/pgdg.list:2
2017-09-19 11:25:15.273 | ++ functions-common:apt_get_update:1057 : die 1057 'Failed to update apt repos, we'\''re dead now'
2017-09-19 11:25:15.278 | ++ functions-common:die:186 : local exitcode=0
2017-09-19 11:25:15.282 | [Call Trace]
2017-09-19 11:25:15.282 | ./stack.sh:728:source
2017-09-19 11:25:15.282 | /home/alisha/devstack/tools/install_prereqs.sh:72:install_package
2017-09-19 11:25:15.283 | /home/alisha/devstack/functions-common:1282:update_package_repo
2017-09-19 11:25:15.283 | /home/alisha/devstack/functions-common:1263:apt_get_update
2017-09-19 11:25:15.283 | /home/alisha/devstack/functions-common:1057:die
[alisha@localhost ~]$ sudo dnf install autoconf bind-utils bzip2-devel cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-lib cyrus-sasl-md5 cyrus-sasl-plain doxygengcc-c++ gperftools-devel gperftools-libs icu krb5-libs krb5- server krb5-workstation libasan libcmocka-devel libdb libdb-devel libdb-utils libevent libevent-devel libicu-devel libsemanage-python libtool llvm net-snmp-devel nspr nspr-devel nss nss-devel nss-tools openldap openldap-clients openldap-devel openssl-devel pam-devel pcre-devel perl-Archive-Tar perl-DB_File perl-Mozilla-LDAP perl-NetAddr-IP perl-Socket perl-Socket6 pkgconfig policycoreutils-python pytest python python2 python2-dateutil python2-devel python2-lib389 python2-pyasn1 python2-pyasn1-modules python2-pytest python2-setuptools python2-six python3 python3-dateutil python3-devel python3-lib389 python3-pyasn1 python3-pyasn1-modules python3-pyldap python3-pytest python3-setuptools python3-six python-dateutil python-devel python-ldap python-pyasn1 python-pyasn1-modules python-setuptools p
fn generate_single_test(dest_path: &mut File, cache_dir: &Path, name: &String, version: &String) {
let dl_crate = format!("{}-{}.crate",name, version);
let mut new_path = cache_dir.join(dl_crate);
let new_path = new_path.to_str();
let expected = [
"#[test]\n",
"fn test_",name,"(){\n",
"let outdir = TempDir::new(\"testrunner\").unwrap();\n",
#[macro_use]
extern crate error_chain;
extern crate same_file;
use same_file::Handle;
use std::path::Path;
use std::fs::File;
use std::io::Read;
error_chain! {
def test_job_list_query_excluded(webapp, test_repository):
"""
function docstring
"""
url = reverse("jobs-list",
kwargs={"project": test_repository.name})
final_url = url + "?exclusion_profile=lalalala&visibility=excluded"
resp = webapp.get(final_url)
assert resp.status_int == 500
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate toml;
#[macro_use]
extern crate semver;
use std::error::Error;
use std::fs::File;
use std::io::prelude::*;
use std::path::Path;
#![deny(warnings)]
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate toml;
extern crate semver;
use std::error::Error;
use std::fs::File;
use std::io::prelude::*;
use std::path::Path;