-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the pack build
warn that the positional argument will not be treated as the source directory path
#2256
Commits on Sep 2, 2024
-
Make the 'pack build' command warn that the positional argument will …
…not be treated as the source directory path. Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0a5cf9c - Browse repository at this point
Copy the full SHA 0a5cf9cView commit details
Commits on Sep 5, 2024
-
Add a test case for when the 'pack build' is called with the '--path'…
… flag. Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7066e52 - Browse repository at this point
Copy the full SHA 7066e52View commit details -
Improve descriptions for some test cases.
Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 66982d0 - Browse repository at this point
Copy the full SHA 66982d0View commit details
Commits on Sep 17, 2024
-
Make it warns only when a local path with the same string as the spec…
…ified image name exists Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cee65f2 - Browse repository at this point
Copy the full SHA cee65f2View commit details -
Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59a0abf - Browse repository at this point
Copy the full SHA 59a0abfView commit details -
avoid using os.MkdirTemp() to prevent test failures on macOS
Signed-off-by: hhiroshell <hhiroshell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 569e992 - Browse repository at this point
Copy the full SHA 569e992View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98c32ed - Browse repository at this point
Copy the full SHA 98c32edView commit details
Commits on Oct 4, 2024
-
Use an existing directory instead of creating and deleting directorie…
…s for each '--path' flag case to ensure no temp directories are left behind in case of a test failure. Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3aee96e - Browse repository at this point
Copy the full SHA 3aee96eView commit details