- 25 Aug, 2011 3 commits
-
-
Lucas Carvalho authored
Well, according to the commit d8dca883a54ee87aafed3a82921594e5b508b388 at slapos.core.git, this parameter is always under networkcache section to keep the configuration consistenty.
-
Lucas Carvalho authored
Renamed signature_private_file to signature_private_key_file. And also signature_public_file to signature_certificate_file.
-
Lucas Carvalho authored
Both files must be generated by opensssl. - signature_public_file: used to verify if the content is trustable by libnetworkcache - signature_private_file: used to generate the signature before uploading the content to shadir by libnetworkcache.
-
- 06 Jul, 2011 10 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
As networkcache is really optional, silence it in case if not enabled nor not availble.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Shacache extension shall not influence buildout run in case of server malfunction. upload part is optional.
-
- 05 Jul, 2011 3 commits
-
-
Łukasz Nowak authored
URLs are important to being read, not files.
-
Łukasz Nowak authored
For now it is done by using external networkcache server. Integration of simulator is WIP.
-
Łukasz Nowak authored
Create additional parts in profile.
-
- 01 Jul, 2011 2 commits
-
-
Lucas Carvalho authored
When you use 'for line in file', it uses the next method under the hood. And such method can load very big pieces of the binary file into the RAM memory. The shutil method will copy the file using smalls chunks, so the RAM memory is gonna be safe.
-
Lucas Carvalho authored
So it needs to write the file content in the correct path which must be used by buildout.
-
- 24 Jun, 2011 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 23 Jun, 2011 19 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Revert "Revert "Merge branch 'bug_778748'"" This reverts commit 57e5a60d.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
In order to have as canonical as possible paths, chomp ../ from filenames and recalculate base.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Also remove not needed imports.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
If slapos.libnetworkache is not available, setup environment in no-op way.
-
Łukasz Nowak authored
-