]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
Add dput.cf, pbuilderrs, tmate.conf
authorR. Steve McKown <rsmckown@gmail.com>
Sun, 18 Oct 2015 16:00:37 +0000 (10:00 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sun, 18 Oct 2015 16:00:37 +0000 (10:00 -0600)
dput.cf [new file with mode: 0644]
install.sh
pbuilderrc [new file with mode: 0644]
tmate.conf [new file with mode: 0644]

diff --git a/dput.cf b/dput.cf
new file mode 100644 (file)
index 0000000..a678914
--- /dev/null
+++ b/dput.cf
@@ -0,0 +1,32 @@
+[DEFAULT]
+default_host_main = local
+
+[repo-hardy]
+fqdn = repo.titaniummirror.com
+method = rsync
+login = sysadmin
+incoming = /var/local/aptrepo/ubuntu/incoming
+allow_unsigned_uploads = 0
+allowed_distributions = hardy
+run_dinstall = 0
+post_upload_command = ssh %(login)s@%(fqdn)s reprepro -V -b /var/local/aptrepo/ubuntu processincoming incoming
+
+[repo-precise]
+fqdn = repo.titaniummirror.com
+method = rsync
+login = sysadmin
+incoming = /var/local/aptrepo/ubuntu-precise/incoming
+allow_unsigned_uploads = 0
+allowed_distributions = hardy
+run_dinstall = 0
+post_upload_command = ssh %(login)s@%(fqdn)s reprepro -V -b /var/local/aptrepo/ubuntu-precise processincoming incoming
+
+[repo-trusty]
+fqdn = repo.titaniummirror.com
+method = rsync
+login = sysadmin
+incoming = /var/local/aptrepo/ubuntu-trusty/incoming
+allow_unsigned_uploads = 0
+allowed_distributions = trusty
+run_dinstall = 0
+post_upload_command = ssh %(login)s@%(fqdn)s reprepro -V -b /var/local/aptrepo/ubuntu-trusty processincoming incoming
index 10024b65a715162caabcc32e94b6cbb687288dce..17af7814653d9ce5e637124106d408028ede3a11 100755 (executable)
@@ -38,3 +38,6 @@ dolink .dotfiles/Xresources .Xresources
 dolink .dotfiles/xbindkeysrc.scm .xbindkeysrc.scm
 dolink .dotfiles/dwmrc .dwmrc
 dolink .dotfiles/gitconfig .gitconfig
+dolink .dotfiles/dput.cf .dput.cf
+dolink .dotfiles/pbuilderrc .pbuilderrc
+dolink .dotfiles/tmate.conf .tmate.conf
diff --git a/pbuilderrc b/pbuilderrc
new file mode 100644 (file)
index 0000000..f205042
--- /dev/null
@@ -0,0 +1,8 @@
+COMPONENTS="main restricted universe multiverse"
+OTHERMIRROR="deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse | deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse | deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse | deb http://repo.titaniummirror.com/ubuntu-trusty trusty main"
+EXTRAPACKAGES="tmi-keyring dpkg-dev autoconf bison flex gettext binutils gcc dejagnu dpatch file bzip2 lsb-release openjdk-7-jdk python"
+
+export AUTO_DEBSIGN=yes
+export DEBEMAIL="pkgs@titaniummirror.com"
+export DEBFULLNAME="TMI Packages"
+export DEBSIGNKEYID=E9BE0373
diff --git a/tmate.conf b/tmate.conf
new file mode 100644 (file)
index 0000000..49bbcb6
--- /dev/null
@@ -0,0 +1,6 @@
+set -g tmate-server-host "proj.sporian.com"
+set -g tmate-server-port 2222
+set -g tmate-server-dsa-fingerprint   "5b:d3:22:c0:28:4b:0d:70:4f:d7:5e:7a:fd:1c:b7:24"
+set -g tmate-server-rsa-fingerprint   "a6:99:d9:09:03:b3:70:d3:58:0c:a8:fa:cf:8a:d8:89"
+set -g tmate-server-ecdsa-fingerprint "5b:19:7a:46:3b:5d:d3:06:14:f0:a1:c8:b3:6a:be:f4"
+set -g tmate-identity ""              # Can be specified to use a different SSH key.