-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ordner-/Dateistruktur der Pakete umsetzen #69
Comments
tumidi
added a commit
that referenced
this issue
Apr 16, 2024
Extract the packager builder logic into separate class `PackageBuilder`. The class `PackageSource` represents a source package folder and handles validation. Build packages to temporary package file, so no output files are overwritten when build fails. Introduce a `--no-interaction` CLI flag, similar to how it's implemented in Poetry and other tools. Also add a `--force` flag for the `package` task. Ref: #69
tumidi
added a commit
that referenced
this issue
May 7, 2024
Extract the packager builder logic into separate class `PackageBuilder`. The class `PackageSource` represents a source package folder and handles validation. Build packages to temporary package file, so no output files are overwritten when build fails. Introduce a `--no-interaction` CLI flag, similar to how it's implemented in Poetry and other tools. Also add a `--force` flag for the `package` task. Ref: #69
MartinGauk
pushed a commit
that referenced
this issue
May 8, 2024
Extract the packager builder logic into separate class `PackageBuilder`. The class `PackageSource` represents a source package folder and handles validation. Build packages to temporary package file, so no output files are overwritten when build fails. Introduce a `--no-interaction` CLI flag, similar to how it's implemented in Poetry and other tools. Also add a `--force` flag for the `package` task. Ref: #69
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Entwurf der Paketstruktur:
https://tefen.isis.tu-berlin.de/wiki/doku.php?id=questionpy:api:paketstruktur
The text was updated successfully, but these errors were encountered: