Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
planering_t
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Blomdell
planering_t
Commits
b6934b50
Commit
b6934b50
authored
4 years ago
by
Anders Blomdell
Browse files
Options
Downloads
Patches
Plain Diff
Replan due to unplanned rsync mishap
parent
e4ccf821
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
andersb.planning.tji
+21
-4
21 additions, 4 deletions
andersb.planning.tji
with
21 additions
and
4 deletions
andersb.planning.tji
+
21
−
4
View file @
b6934b50
...
@@ -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
min
start 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 }
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment