Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcreate target should accept directory for --seed arg #18
Comments
|
Agree. BTW currently the workflow is usually creating the target via dashboard. |
|
Understood, but looking from the perspective of submitting instructions to projects about how to integrate their projects with fuzzit, I would like to script as much as possible, so they can re-create the necessary steps easily. Less they have to use the UI, the better. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the user has 2 to create a
.tar.gzarchive of the corpus in order to submit it with--seedarg.To save this step
--seedarg should also take a directory name. If it's a directory, it does the creating of.tar.gzitself.Also, should validate that there are no subdirectories (which is probably a mistake) and that there is at least 1 file.