root@helium[/mnt/storage/home/hartzell]# cat /mnt/storage/iocage/jails/plex/root/Plex\ Media\ Server/Preferences.xml
<?xml version="1.0" encoding="utf-8"?>
<Preferences OldestPreviousVersion="1.14.1.5488-cc260c476" MachineIdentifier="7cd0df33-f7a9-48bc-a855-1ea65f46f8b0" ProcessedMachineIdentifier="85517e6e530782f318f9b9b6de5c76baabba18d6" AnonymousMachineIdentifier="514d266b-4d7e-41b0-b1de-935bcc00e5e5" MetricsEpoch="1" allowedNetworks="192.168.42.0/255.255.255.0" AcceptedEULA="1" FriendlyName="helium-plex" PublishServerOnPlexOnlineKey="1" LastAutomaticMappedPort="0"/>
This file contains hidden or 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
######################## | |
## Variables | |
######################## | |
variable "environment_name" { | |
description = "The name of the environment" | |
} | |
variable "vpc_id" { |
This file contains hidden or 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
# -*- mode: sh -*- | |
# vim: set ft=sh | |
# | |
# The typical user's .bash_profile would include: | |
# | |
# APPS_MODULES="emacs git htop the-silver-searcher" # and etc.... | |
# source /moose/apps/init.sh | |
# | |
# Even setting APPS_MODULES is optional if user is ok with default list... | |
# |
This file contains hidden or 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
cp usr_local_etc_poudriere.d_make.conf /usr/local/etc/poudriere.d/make.conf | |
cp usr_local_etc_poudriere.conf /usr/local/etc/poudriere.conf | |
echo 'audio/logitechmediaserver' > ./pkglist | |
sudo mkdir /usr/ports/distfiles | |
sudo zfs create zroot/poudriere | |
sudo poudriere jail -c -j 11amd64 -v 11.2-RELEASE | |
sudo poudriere ports -c -p local | |
sudo poudriere bulk -f ./pkglist -j 11amd64 -p local |
This file contains hidden or 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
cp usr_local_etc_poudriere.d_make.conf /usr/local/etc/poudriere.d/make.conf | |
cp usr_local_etc_poudriere.conf /usr/local/etc/poudriere.conf | |
echo 'audio/logitechmediaserver' > ./pkglist | |
sudo mkdir /usr/ports/distfiles | |
sudo zfs create zroot/poudriere | |
sudo poudriere jail -c -j 11amd64 -v 11.2-RELEASE | |
sudo poudriere ports -c -p local | |
sudo poudriere bulk -f ./pkglist -j 11amd64 -p local |
I've fetched/merged your branch and am at commit
ec296438fd41b18ea310ea83acf534e8f295a25a
.
Here is the
definition
of source_path
for a stage:
Here's the interesting bit, it's returning the first thing that it
finds in the output of os.listdir
that is a directory (order of
things returned by listdir
is unspecified):
This file contains hidden or 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
# Copyright (C) 2006-2016 Amazon.com, Inc. or its affiliates. | |
# All Rights Reserved. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"). | |
# You may not use this file except in compliance with the License. | |
# A copy of the License is located at | |
# | |
# http://aws.amazon.com/apache2.0/ | |
# | |
# or in the "license" file accompanying this file. This file is |
This file contains hidden or 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
begin | |
remote = Apple_A1156 | |
button = KEY_UP | |
repeat = 0 | |
prog = squeezelite | |
config = volup | |
end | |
begin | |
remote = Apple_A1156 |
This file contains hidden or 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/sh | |
set -e | |
# having an app tree set up messes up the build. Clear the field. | |
if [[ $(type -t module) == "function" ]]; then | |
module purge | |
fi | |
cat << "EOYAML" > etc/spack/packages.yaml | |
packages: |
(alice)[16:00:11]~>>/usr/bin/openssl s_client -connect files.pythonhosted.org:443
CONNECTED(00000005)
depth=1 C = BE, O = GlobalSign nv-sa, CN = GlobalSign CloudSSL CA - SHA256 - G3
verify error:num=20:unable to get local issuer certificate
verify return:0
---
Certificate chain
0 s:/C=US/ST=California/L=San Francisco/O=Fastly, Inc/CN=r.ssl.fastly.net
i:/C=BE/O=GlobalSign nv-sa/CN=GlobalSign CloudSSL CA - SHA256 - G3