From 825a48f2937f9654ded3689dbf511939587a0462 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sun, 18 Oct 2015 10:00:37 -0600 Subject: [PATCH] Add dput.cf, pbuilderrs, tmate.conf --- dput.cf | 32 ++++++++++++++++++++++++++++++++ install.sh | 3 +++ pbuilderrc | 8 ++++++++ tmate.conf | 6 ++++++ 4 files changed, 49 insertions(+) create mode 100644 dput.cf create mode 100644 pbuilderrc create mode 100644 tmate.conf diff --git a/dput.cf b/dput.cf new file mode 100644 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 diff --git a/install.sh b/install.sh index 10024b6..17af781 100755 --- a/install.sh +++ b/install.sh @@ -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 index 0000000..f205042 --- /dev/null +++ b/pbuilderrc @@ -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 index 0000000..49bbcb6 --- /dev/null +++ b/tmate.conf @@ -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. -- 2.39.2