Summary | Not uploading when selecting individual tasks |
Queue | Components |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | wrobel (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 03/22/2011 (5197 days ago) |
Due | |
Updated | 07/07/2011 (5090 days ago) |
Assigned | |
Resolved | 07/07/2011 (5090 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
uploaded and deleted if the "upload" task is active. If I dissociate
both into separate tasks the "upload" task would have to guess the
path to the generated archive. This would work in most cases but it
doesn't seem right to me and I feel the code should ensure that it
uploads what has just been prepared as a release.
I did add two warnings instead:
1) Exit if the user just selects the "upload" task.
2) Warn in case "package" is selected without "upload" and wait for 5 seconds.
Warn if the package/upload selection seems unusual (
Bug #9698). Add acommit helper as option if required. Indicate when invalid tasks
should be skipped.
1 files changed, 19 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/01eaa414aa702717d1edf481c9dd2ca771b34194
tasks is "package", then the generated package is not uploaded.
task should automatically run all child tasks, unless those are
specified individually too. But using that logic, it wouldn't be
possible to run the package task *without* the upload task.
of the package task.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Gunnar Wrobel
Queue ⇒ Components
Summary ⇒ Not uploading when selecting individual tasks
Type ⇒ Bug
State ⇒ Assigned
tasks is "package", then the generated package is not uploaded.
If trying to run the upload task individually, it fails too.