From 1b7951fb7576255c76fa4487de3e440b2bd69687 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 11 Jun 2017 03:53:18 -0400 Subject: [PATCH] Merge branch 'packagecache' into 'master' Better package handling, replacing old versions of the program automatically See merge request !1 --- sample_conf.json => sample_conf.ini | 0 src/meow.tf/deb-simple/config.go | 1 + 2 files changed, 1 insertion(+) rename sample_conf.json => sample_conf.ini (100%) create mode 100644 src/meow.tf/deb-simple/config.go diff --git a/sample_conf.json b/sample_conf.ini similarity index 100% rename from sample_conf.json rename to sample_conf.ini diff --git a/src/meow.tf/deb-simple/config.go b/src/meow.tf/deb-simple/config.go new file mode 100644 index 0000000..2c29f4c --- /dev/null +++ b/src/meow.tf/deb-simple/config.go @@ -0,0 +1 @@ +package simple