summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile (renamed from configs/rcs/Makefile)0
-rw-r--r--agignore (renamed from configs/rcs/agignore)0
-rw-r--r--aspell.en.pws (renamed from configs/rcs/aspell.en.pws)0
-rwxr-xr-xbashrc (renamed from configs/rcs/bashrc)2
-rw-r--r--configs/aurora/fio.aurora32
-rw-r--r--configs/aurora/hello-job.aurora21
-rw-r--r--configs/aurora/smf1-test-cron-job.aurora17
-rw-r--r--ctags (renamed from configs/rcs/ctags)0
-rw-r--r--emacs.d/init.el (renamed from configs/rcs/emacs.d/init.el)2
-rw-r--r--gitconfig (renamed from configs/rcs/gitconfig)0
-rw-r--r--gitignore (renamed from configs/rcs/gitignore)0
11 files changed, 2 insertions, 72 deletions
diff --git a/configs/rcs/Makefile b/Makefile
index e71e986..e71e986 100644
--- a/configs/rcs/Makefile
+++ b/Makefile
diff --git a/configs/rcs/agignore b/agignore
index afeb483..afeb483 100644
--- a/configs/rcs/agignore
+++ b/agignore
diff --git a/configs/rcs/aspell.en.pws b/aspell.en.pws
index 5525b9f..5525b9f 100644
--- a/configs/rcs/aspell.en.pws
+++ b/aspell.en.pws
diff --git a/configs/rcs/bashrc b/bashrc
index 302472a..16d0c9b 100755
--- a/configs/rcs/bashrc
+++ b/bashrc
@@ -10,7 +10,7 @@ export GOPATH="${HOME}/workspace/go"
 [ -z "$PS1" ] && return
 
 # prompts
-export PS1="\h:\w % "
+export PS1="\w % "
 
 RC_DIR=$(dirname $(readlink ${BASH_SOURCE[0]}))
 
diff --git a/configs/aurora/fio.aurora b/configs/aurora/fio.aurora
deleted file mode 100644
index c91095e..0000000
--- a/configs/aurora/fio.aurora
+++ /dev/null
@@ -1,32 +0,0 @@
-downloadFIO = Process(
-  name='download-fio',
-  cmdline='curl -o fio.rpm https://svn.twitter.biz/rpms/fio.x86_64/RPMS/x86_64/fio-1.50-2.twitter.x86_64.rpm'
-)
-
-extractFIO = Process(
-  name='extract-fio',
-  cmdline='rpm2cpio fio.rpm | cpio -idmv'
-)
-
-runFIO = Process(
-  name='run-fio',
-  cmdline='./usr/bin/fio --name=writefile --size=8G --filesize=8G --filename=./fiotestfsync --bs=4k --nrfiles=1 --fsync=1 --randrepeat=0 --rw=write --refill_buffers --end_fsync=1 --iodepth=200 --ioengine=libaio --runtime=240',
-)
-
-jobs = [
-  Service(
-    cluster='smf1-test',
-    environment='devel',
-    role='fcuny',
-    name='fio',
-    task=Task(
-      processes=[downloadFIO, extractFIO, runFIO],
-      resources=Resources(cpu=10, ram=4096 * MB, disk=10 * GB),
-      constraints=order(downloadFIO, extractFIO, runFIO)
-    ),
-    instances=4,
-    constraints={
-      'base_platform': 'f4ww',
-    }
-  )
-]
diff --git a/configs/aurora/hello-job.aurora b/configs/aurora/hello-job.aurora
deleted file mode 100644
index e0758a3..0000000
--- a/configs/aurora/hello-job.aurora
+++ /dev/null
@@ -1,21 +0,0 @@
-hello_date = Process(
-  name='hello-date',
-  cmdline='while true; do date; sleep 10; done'
-)
-
-jobs = [
-  Service(
-    cluster='smf1',
-    environment='devel',
-    role='fcuny',
-    name='hello-date',
-    task=Task(
-      processes=[hello_date],
-      resources=Resources(cpu=10, ram=1024 * MB, disk=512 * MB)
-    ),
-    instances=1,
-    constraints={
-      'host': 'smf1-feq-33-sr1',
-    }
-  )
-]
diff --git a/configs/aurora/smf1-test-cron-job.aurora b/configs/aurora/smf1-test-cron-job.aurora
deleted file mode 100644
index 3ade1b4..0000000
--- a/configs/aurora/smf1-test-cron-job.aurora
+++ /dev/null
@@ -1,17 +0,0 @@
-# A cron job that runs every 5 minutes.
-jobs = [
-  Job(
-    cluster = 'smf1-test',
-    role = 'fcuny',
-    environment = 'test',
-    name = 'cron_hello_world-trashing',
-    cron_schedule = '*/5 * * * *',
-    constraints = {
-        'host': 'smf1-fki-17-sr1',
-    },
-    instances=10,
-    task = SimpleTask(
-      'cron_hello_world',
-      'echo "Hello world from cron, the time is now $(date --rfc-822)"'),
-  ),
-]
diff --git a/configs/rcs/ctags b/ctags
index 3d83cd1..3d83cd1 100644
--- a/configs/rcs/ctags
+++ b/ctags
diff --git a/configs/rcs/emacs.d/init.el b/emacs.d/init.el
index 2506a77..e0b0a44 100644
--- a/configs/rcs/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -102,7 +102,7 @@
     (defun fcuny/setup-frame(&optional frame)
       (fringe-mode '(10 . 10))
       (setq-default frame-title-format "%b")
-      (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal :font "Source Code Pro")
+      (set-face-attribute 'default nil :height 160 :weight 'normal :width 'normal :font "Source Code Pro")
       (when (eq system-type 'darwin)
         (setq ns-use-native-fullscreen nil)
         (setq mac-allow-anti-aliasing t)))
diff --git a/configs/rcs/gitconfig b/gitconfig
index 8914029..8914029 100644
--- a/configs/rcs/gitconfig
+++ b/gitconfig
diff --git a/configs/rcs/gitignore b/gitignore
index c8124cb..c8124cb 100644
--- a/configs/rcs/gitignore
+++ b/gitignore