<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/servers/computing, branch staging.patchShebangs</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>Turn more licenses into lib.licenses style</title>
<updated>2014-11-06T00:48:16+00:00</updated>
<author>
<name>Mateusz Kowalczyk</name>
<email>fuuzetsu@fuuzetsu.co.uk</email>
</author>
<published>2014-11-06T00:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=007f80c1d0440b89970000b92f78ce76186d99a5'/>
<id>007f80c1d0440b89970000b92f78ce76186d99a5</id>
<content type='text'>
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
</pre>
</div>
</content>
</entry>
<entry>
<title>Added TORQUE package and nixos module</title>
<updated>2014-09-09T16:24:46+00:00</updated>
<author>
<name>Luca Bruno</name>
<email>luca.bruno@immobiliare.it</email>
</author>
<published>2014-09-05T08:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ac724e7bbc3b15ff97d81991a1e28db47bdcbc93'/>
<id>ac724e7bbc3b15ff97d81991a1e28db47bdcbc93</id>
<content type='text'>
Resource management system for submitting and controlling
jobs on supercomputers, clusters, and grids

http://www.adaptivecomputing.com/products/open-source/torque
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resource management system for submitting and controlling
jobs on supercomputers, clusters, and grids

http://www.adaptivecomputing.com/products/open-source/torque
</pre>
</div>
</content>
</entry>
<entry>
<title>More description fixes</title>
<updated>2013-10-06T10:01:38+00:00</updated>
<author>
<name>Bjørn Forsman</name>
<email>bjorn.forsman@gmail.com</email>
</author>
<published>2013-10-06T09:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=083d0890f50c7bff87419b88465af6589faffa2e'/>
<id>083d0890f50c7bff87419b88465af6589faffa2e</id>
<content type='text'>
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #901: adding Storm</title>
<updated>2013-09-10T14:18:31+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2013-09-10T14:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=bb6b42385d3e138d9632410404d9ab167100ac57'/>
<id>bb6b42385d3e138d9632410404d9ab167100ac57</id>
<content type='text'>
vcunat edit: use symlink instead of hardlink (failed for me with a
cross-device error), minor whitespace cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vcunat edit: use symlink instead of hardlink (failed for me with a
cross-device error), minor whitespace cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>I henceforth will maintain as my Github username.</title>
<updated>2013-09-02T16:48:29+00:00</updated>
<author>
<name>Danny Wilson</name>
<email>danny@onlinetouch.nl</email>
</author>
<published>2013-09-02T16:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2ff0b8dc149cb8ffbf14a1a05f0c85ae8d071b3f'/>
<id>2ff0b8dc149cb8ffbf14a1a05f0c85ae8d071b3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved Storm package.</title>
<updated>2013-09-02T10:20:24+00:00</updated>
<author>
<name>Danny Wilson</name>
<email>danny@prime.vc</email>
</author>
<published>2013-02-14T08:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c4b1bbc1c8f75a3378c32385c2c25c86300a1db8'/>
<id>c4b1bbc1c8f75a3378c32385c2c25c86300a1db8</id>
<content type='text'>
- Add config to defaults.yaml, to allow topologies to include their own storm.yaml.
- Symlink extra jars in lib/ since it's nearly impossible to add a classpath to Storm's config.
- Include native jzmq library in java.library.path
- Use package default args.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add config to defaults.yaml, to allow topologies to include their own storm.yaml.
- Symlink extra jars in lib/ since it's nearly impossible to add a classpath to Storm's config.
- Include native jzmq library in java.library.path
- Use package default args.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Storm conf and log path configurable via symlinks.</title>
<updated>2013-09-02T10:20:16+00:00</updated>
<author>
<name>Danny Wilson</name>
<email>danny@prime.vc</email>
</author>
<published>2013-02-08T14:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=d6a812332ce42f34a39618d36cc85b96d5e70d08'/>
<id>d6a812332ce42f34a39618d36cc85b96d5e70d08</id>
<content type='text'>
  - The bin/storm script makes too many assumptions about file locations and java classpath that I couldn't figure out a better way.

Fix jzmq build on NixOS: java source was treated as ASCII.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - The bin/storm script makes too many assumptions about file locations and java classpath that I couldn't figure out a better way.

Fix jzmq build on NixOS: java source was treated as ASCII.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add storm package.</title>
<updated>2013-09-02T10:20:06+00:00</updated>
<author>
<name>Danny Wilson</name>
<email>danny@onlinetouch.nl</email>
</author>
<published>2013-02-07T14:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=04a232f28b1f22b01da157f8d09e2f56fafa1cbc'/>
<id>04a232f28b1f22b01da157f8d09e2f56fafa1cbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
