<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/pkg, branch 0.9.0</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[pkg] bump dependencies</title>
<updated>2015-10-28T14:58:41+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-28T14:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=639df4f63b16465003463ae9587ac982135ba3ac'/>
<id>639df4f63b16465003463ae9587ac982135ba3ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] remove taskthread dependency</title>
<updated>2015-09-17T22:14:10+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-09-16T14:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=10f6f5b17e0ac1d5d4b433a428efc1beffd999a7'/>
<id>10f6f5b17e0ac1d5d4b433a428efc1beffd999a7</id>
<content type='text'>
Refactor ivan's code (aa4b684d0682ff9faf1577653fa5ceabbc6e0f20) to remove the
time.sleep.

- Resolves: #7414
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor ivan's code (aa4b684d0682ff9faf1577653fa5ceabbc6e0f20) to remove the
time.sleep.

- Resolves: #7414
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] require Logbook 0.7.0 or newer</title>
<updated>2015-09-15T16:50:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-15T16:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d77fef90375711883afb16781bcae88c65944b0c'/>
<id>d77fef90375711883afb16781bcae88c65944b0c</id>
<content type='text'>
For our logging we need a new logbook feature that was added on 0.7.0.

- Resolves: #7449
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For our logging we need a new logbook feature that was added on 0.7.0.

- Resolves: #7449
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] update versions for 0.9.0rc2</title>
<updated>2015-08-28T16:13:30+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-28T16:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f88976700b04d7fca7dab5fdc10ce013372f245d'/>
<id>f88976700b04d7fca7dab5fdc10ce013372f245d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] fetch origin before checkout</title>
<updated>2015-08-24T21:56:09+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-24T21:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=dde1b5289b12fa034eae10dfdf9354d0c7cd93bc'/>
<id>dde1b5289b12fa034eae10dfdf9354d0c7cd93bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] add new .icns file for mac bundle</title>
<updated>2015-08-24T21:16:36+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-24T19:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=4e018bf8d909a2f5a2accc4f1ee89df4a2aa5cf6'/>
<id>4e018bf8d909a2f5a2accc4f1ee89df4a2aa5cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Add script apply_updates.py for pyinstaller bundle</title>
<updated>2015-08-10T15:03:46+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-08-10T15:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b5d7e5ec7b4532e39c36762a93a2c878d28d6931'/>
<id>b5d7e5ec7b4532e39c36762a93a2c878d28d6931</id>
<content type='text'>
apply_updates.py applies the already downloaded files from the updates
folder and removes all the obsolete files from the bundle. It's meant
to be use by the pyinstaller bundle.

- Resolves: #7342
- Related: #5876
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apply_updates.py applies the already downloaded files from the updates
folder and removes all the obsolete files from the bundle. It's meant
to be use by the pyinstaller bundle.

- Resolves: #7342
- Related: #5876
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] remove old files, update README a little</title>
<updated>2015-08-07T22:02:24+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-06T02:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=a688be4894e6f7bfc4dad414b2b4c0f747af945b'/>
<id>a688be4894e6f7bfc4dad414b2b4c0f747af945b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] make postmkenv working in osx</title>
<updated>2015-08-07T22:02:24+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-06T02:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=876fb9c0cf1f9145e478c8ed4bf6dabe7d62b1ff'/>
<id>876fb9c0cf1f9145e478c8ed4bf6dabe7d62b1ff</id>
<content type='text'>
we won't be using this for packaging though.
it can be useful to avoid installing it, although installing from wheel is
quite straightforward in osx.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we won't be using this for packaging though.
it can be useful to avoid installing it, although installing from wheel is
quite straightforward in osx.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] WHEELHOUSE can be a url + --use-leap-wheels</title>
<updated>2015-08-06T07:02:11+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-08-06T07:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c063a253a4ea12d19844dcf8d368f8b50789d3f1'/>
<id>c063a253a4ea12d19844dcf8d368f8b50789d3f1</id>
<content type='text'>
--use-leap-wheels sets --trusted-host (remove it when we have a proper
cert) and WHEELHOUSE to https://ftp.lizard.leap.se

Until we get ftp.lizard cname, use lizard as the wheels server.

- Related: #7339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--use-leap-wheels sets --trusted-host (remove it when we have a proper
cert) and WHEELHOUSE to https://ftp.lizard.leap.se

Until we get ftp.lizard cname, use lizard as the wheels server.

- Related: #7339
</pre>
</div>
</content>
</entry>
</feed>
