Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adding debug_info to the configuration file if not setted | Alice Ferrazzi | 2017-07-22 | 1 | -0/+12 | |
| | | | | | | kpatch need debug_info setted for creating the livepatch and get information from DWARF debug data. This data is needed for find changes from the patched version and reproduce such change in the livepatch. | |||||
* | in this case uuid_dir is actually just uuid without the full path | Alice Ferrazzi | 2017-07-21 | 1 | -5/+5 | |
| | ||||||
* | debug option is also copying the kpatch build.log to the uuid directory, | Alice Ferrazzi | 2017-07-21 | 1 | -2/+4 | |
| | | | | for investigating failed attempt | |||||
* | module install is not needed for building livepatch | Alice Ferrazzi | 2017-07-21 | 1 | -1/+0 | |
| | ||||||
* | sudo as now is needed because ebuild is merging kernel sources under root | Alice Ferrazzi | 2017-07-21 | 1 | -1/+1 | |
| | | | | priviledge and we need to work under the kernel sources directory. | |||||
* | fixed livepatch output name | Alice Ferrazzi | 2017-07-21 | 1 | -1/+1 | |
| | ||||||
* | return in case the request with same uuid is already present. | Alice Ferrazzi | 2017-07-20 | 1 | -2/+1 | |
| | ||||||
* | Removed livepatchStatus and lpatch class configurations. | Alice Ferrazzi | 2017-07-20 | 2 | -96/+11 | |
| | | | | | Because we need a request to only be identified by is own UUID, for isolating the transaction. | |||||
* | Static patch and config filename on send | Alice Ferrazzi | 2017-07-20 | 1 | -2/+2 | |
| | | | | | This is useful for encapsulating the api call using only the uuid as session identifier | |||||
* | lpatch added locally | Alice Ferrazzi | 2017-07-20 | 1 | -1/+2 | |
| | | | | fix ebuild directory | |||||
* | check if the ebuild is present in the overlay | Alice Ferrazzi | 2017-07-19 | 1 | -2/+6 | |
| | ||||||
* | send_file working with temporary folder | Alice Ferrazzi | 2017-07-19 | 2 | -25/+27 | |
| | ||||||
* | fixed variable name | Alice Ferrazzi | 2017-07-18 | 2 | -17/+17 | |
| | | | | getting as argument fullpath instead of splitting it each time | |||||
* | added docstrings | Alice Ferrazzi | 2017-07-18 | 1 | -4/+16 | |
| | ||||||
* | refactored ungz and send_files function | Alice Ferrazzi | 2017-07-18 | 1 | -7/+13 | |
| | ||||||
* | used os.path.join | Alice Ferrazzi | 2017-07-17 | 1 | -3/+3 | |
| | ||||||
* | added todo | Alice Ferrazzi | 2017-07-17 | 1 | -0/+1 | |
| | ||||||
* | fixed comment | Alice Ferrazzi | 2017-07-17 | 1 | -1/+1 | |
| | ||||||
* | removed sudo from kpatch-build | Alice Ferrazzi | 2017-07-17 | 1 | -5/+4 | |
| | | | | | | fixed docstring fixed comment merge ebuild commands in one | |||||
* | added todo cases | Alice Ferrazzi | 2017-07-17 | 1 | -3/+8 | |
| | ||||||
* | api link added to variable | Alice Ferrazzi | 2017-07-17 | 1 | -1/+2 | |
| | ||||||
* | refactored set_kernel_dir function | Alice Ferrazzi | 2017-07-17 | 1 | -7/+9 | |
| | ||||||
* | function for checking uuid validity | Alice Ferrazzi | 2017-07-16 | 2 | -28/+32 | |
| | | | | and fixed some variable name | |||||
* | setting uuid from the client | Alice Ferrazzi | 2017-07-15 | 2 | -34/+6 | |
| | ||||||
* | moving uuid functions to the client as RFC 4122 | Alice Ferrazzi | 2017-07-15 | 2 | -4/+15 | |
| | | | | A UUID is 128 bits long, and requires no central registration process. | |||||
* | refactored | Alice Ferrazzi | 2017-07-14 | 1 | -8/+5 | |
| | ||||||
* | Changed UserID with UUID for clarity | Alice Ferrazzi | 2017-07-14 | 3 | -64/+68 | |
| | | | | | | The previous UserID variable was actually used as universally unique identifier for dividing tasks with multi-threading. Fixed for better understability. | |||||
* | don't error exit the server but instead send back a error message if the ↵ | Alice Ferrazzi | 2017-07-13 | 1 | -4/+8 | |
| | | | | livepatch is not ready | |||||
* | Added threading by default | Alice Ferrazzi | 2017-07-13 | 1 | -1/+1 | |
| | ||||||
* | Build and get livepatch under the uuid temporary folder [for multi-threading] | Alice Ferrazzi | 2017-07-13 | 2 | -24/+49 | |
| | | | | | added new helper function some fixes | |||||
* | Removed client check for system kernel version. | Alice Ferrazzi | 2017-07-12 | 2 | -16/+5 | |
| | | | | | | Removed some debug print message. We are getting the kernel version from the configuration file header. | |||||
* | fixed config file directory | Alice Ferrazzi | 2017-07-11 | 1 | -1/+1 | |
| | ||||||
* | small directories fixes | Alice Ferrazzi | 2017-07-11 | 2 | -16/+13 | |
| | ||||||
* | add livepatch in uuid subdirectories for divide builded livepatch | Alice Ferrazzi | 2017-07-11 | 1 | -1/+8 | |
| | ||||||
* | set kernel directory under /tmp/elivepatch- + uuid + /usr/src/linux | Alice Ferrazzi | 2017-07-11 | 2 | -16/+16 | |
| | ||||||
* | Git clone is execute only if can be executed without stopping the server. | Alice Ferrazzi | 2017-07-11 | 2 | -11/+13 | |
| | | | | | small fixes. Call to get kernel sources | |||||
* | added function to the server for downloading the gentoo-sources | Alice Ferrazzi | 2017-07-09 | 1 | -9/+17 | |
| | ||||||
* | added docstring | Alice Ferrazzi | 2017-07-07 | 1 | -4/+12 | |
| | ||||||
* | made function for subprocess popen | Alice Ferrazzi | 2017-07-06 | 1 | -20/+18 | |
| | ||||||
* | Unified send file function | Alice Ferrazzi | 2017-07-06 | 5 | -110/+32 | |
| | ||||||
* | Merge branch 'master' of https://github.com/aliceinwire/elivepatch | Alice Ferrazzi | 2017-07-05 | 1 | -1/+1 | |
|\ | ||||||
| * | fixed arguments in function for emerge the kernel when not found | Alice Ferrazzi | 2017-07-05 | 1 | -1/+1 | |
| | | ||||||
* | | getting version from config file | Alice Ferrazzi | 2017-07-05 | 2 | -2/+11 | |
|/ | ||||||
* | Getting kernel version from config file | Alice Ferrazzi | 2017-07-05 | 2 | -1/+16 | |
| | | | | add kernel version in send_file function | |||||
* | small fix | Alice Ferrazzi | 2017-07-05 | 2 | -3/+3 | |
| | ||||||
* | small changes | Alice Ferrazzi | 2017-07-05 | 2 | -3/+4 | |
| | ||||||
* | receiving and sending the userid and resending same userid if already | Alice Ferrazzi | 2017-07-03 | 4 | -43/+66 | |
| | | | | | | present in shelves building vmlinux if not present in the kernel source code import optimized | |||||
* | receiving and sending the userid and resending same userid if already | Alice Ferrazzi | 2017-07-03 | 3 | -33/+84 | |
| | | | | | present in shelves import optimized | |||||
* | Added version and copyright to init file | Alice Ferrazzi | 2017-07-03 | 1 | -0/+9 | |
| | ||||||
* | Sending UserID and storing it in shelves | Alice Ferrazzi | 2017-07-02 | 2 | -10/+44 | |
| |