unikraft / loupe

Loupe: Syscall Usage Analysis Tool
Other
25 stars 3 forks source link

Refine the copying of files from dockerfile_data #10

Closed SchillV closed 1 year ago

SchillV commented 1 year ago

At the moment, the tool copies every file in the dockerfile_data folder, which means that the user needs to delete the unnecessary files by hand.

SchillV commented 1 year ago

Added method on branch 'experimental'

olivierpierre commented 1 year ago

I propose we leave each feature-related issue open until the corresponding code is merged in the main branch (it's a good way for me not to forget that I need to review that code!) :)

olivierpierre commented 1 year ago

Could you please put the corresponding code into a separate branch so that 1) it is easy for me to identify the code in question and 2) we can merge only the code corresponding to that feature into the main branch.

olivierpierre commented 1 year ago

Merged manually, I deleted the branch