<feed xmlns='http://www.w3.org/2005/Atom'>
<title>app.sh.git/libexec/app-install-file, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/10/app.sh.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/10/app.sh.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/'/>
<updated>2013-11-01T18:58:08Z</updated>
<entry>
<title>bin/app-upgrade: Removing unreachable code. Fixing it so it compares</title>
<updated>2013-11-01T18:58:08Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-11-01T15:24:26Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=ba7820b18c0ee8631505f7a2a764f7222a732d44'/>
<id>urn:sha1:ba7820b18c0ee8631505f7a2a764f7222a732d44</id>
<content type='text'>
against the currently installed version instead of the last resolved
version which makes it possible to retry installation of the same
version.
libexec/app-install-file: Allowing installation of the same file
twice. Checks if the file has been unpacked earlier or not. Removes
the unpacked version on failure.
</content>
</entry>
<entry>
<title>o Replacing bash with .</title>
<updated>2013-10-28T20:22:50Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-10-28T20:22:50Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=aab07da2f481f0958c79f0c892c174ab6fd89d63'/>
<id>urn:sha1:aab07da2f481f0958c79f0c892c174ab6fd89d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Removing all old code (X files).</title>
<updated>2013-10-27T22:30:49Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-10-27T22:30:49Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=e694d9024cddf4dd54efd828927e3fd5e70b6c3a'/>
<id>urn:sha1:e694d9024cddf4dd54efd828927e3fd5e70b6c3a</id>
<content type='text'>
o Making sure APPSH_HOME is 1) exported and, 2) always prepended to
  $PATH.
o More documentation on what a zip file actually looks like and how to
  create hooks.
</content>
</entry>
<entry>
<title>app-ls-apps:</title>
<updated>2013-10-27T17:31:38Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-10-27T14:07:31Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=38d7ffca0b591694c17509d20c8bf55606e60536'/>
<id>urn:sha1:38d7ffca0b591694c17509d20c8bf55606e60536</id>
<content type='text'>
o New command to list all applications installed under a directory.

app-foreach-app:
o New command to execute another command for each app installed under
  the current directory.

app-init/app-install-file:
o Adding -C and -c to prepand and append config files around the
  appliation's build-in configuration files.

app-cat-conf:
o Use $APP_HOME as the 'appliation installation directory' if set.

app-operator-pid:
o Support PID files created by the launcher.
</content>
</entry>
<entry>
<title>o Consistent usage() usage/flow.</title>
<updated>2013-02-01T11:46:56Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-02-01T11:46:56Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=0bad1dc709ee21f3e93cfa0866fc0478a5e884a0'/>
<id>urn:sha1:0bad1dc709ee21f3e93cfa0866fc0478a5e884a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Starting on a style guide.</title>
<updated>2013-01-27T18:49:58Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-01-27T18:41:28Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=1e4a96730da70fcfa3b8c153874cbdebad0f9829'/>
<id>urn:sha1:1e4a96730da70fcfa3b8c153874cbdebad0f9829</id>
<content type='text'>
app-conf: Adding 'import' command.
app-cat-conf: Adding support for multiple -f flags. The default files
              can be switched off.
              A file named "-" is the same as /dev/stdin.
app: Adding a way to enable debugging.
app-install-file: Import any configuration delivered with the package.
</content>
</entry>
<entry>
<title>o Creating an initial version of install-file.</title>
<updated>2013-01-27T14:00:27Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-01-27T14:00:27Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=e1daac32c5b7ca0d902c16135d361aa5303f5124'/>
<id>urn:sha1:e1daac32c5b7ca0d902c16135d361aa5303f5124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Adding a common header to all scripts.</title>
<updated>2013-01-27T11:58:25Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-01-27T11:58:25Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=11c930f71db58201994265b71a8f76187f1dbda1'/>
<id>urn:sha1:11c930f71db58201994265b71a8f76187f1dbda1</id>
<content type='text'>
o Disabling un-used tests and apps for now.
</content>
</entry>
<entry>
<title>o Rewriting most of this stuff to make it feel more like git.</title>
<updated>2013-01-26T22:58:22Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2013-01-26T22:58:22Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/10/app.sh.git/commit/?id=110ffae47db27a49bbc43f86ba3737bccc1b3085'/>
<id>urn:sha1:110ffae47db27a49bbc43f86ba3737bccc1b3085</id>
<content type='text'>
</content>
</entry>
</feed>
