Skip to content
Snippets Groups Projects
Commit b6934b50 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Replan due to unplanned rsync mishap

parent e4ccf821
Branches
No related tags found
No related merge requests found
...@@ -5,6 +5,21 @@ task organize_workshop "Organize workshop" { ...@@ -5,6 +5,21 @@ task organize_workshop "Organize workshop" {
allocate andersb limits { dailymax 2h } allocate andersb limits { dailymax 2h }
} }
task oops "Disturbances" {
task rsync "Rsync overwrite" {
start 2020-11-09
duration 10d
allocate andersb limits { dailymax 2h }
}
task mio_dependency_check "Mio dependendeny check" {
minstart 2020-11-17
depends !rsync
duration 10d
allocate andersb limits { dailymax 2h }
}
}
task planning_prototype "Prototype of new planning site" { task planning_prototype "Prototype of new planning site" {
start 2020-10-19 start 2020-10-19
...@@ -27,15 +42,17 @@ task planning_prototype "Prototype of new planning site" { ...@@ -27,15 +42,17 @@ task planning_prototype "Prototype of new planning site" {
task fix_webserver "Fix webserver aliasing problem" { task fix_webserver "Fix webserver aliasing problem" {
effort 4h effort 4h
start 2020-11-02 minstart 2020-11-02
depends !!oops.rsync
allocate andersb limits { dailymax 2h } allocate andersb limits { dailymax 2h }
} }
} }
task moberg_basic_ethernet "Basic ethernet for moberg" { task moberg_basic_ethernet "Basic ethernet for moberg" {
effort 1w effort 1w
start 2020-11-04 minstart 2020-11-04
depends !oops.rsync
depends !oops.mio_dependency_check
depends !planning_prototype.fix_webserver
allocate andersb limits { dailymax 2h } allocate andersb limits { dailymax 2h }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment