Skip to content

Commit 3aa9f79

Browse files
authored
Merge pull request #55 from CESNET/martenson-patch-2
drop outdated info from readme
2 parents 630229f + 2ee0751 commit 3aa9f79

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

README.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -279,37 +279,3 @@ longer configured to redirect stdout into the file.
279279
| _TES_ | tasks `executors.workdir` and `executors.env` functionality is not yet implemented. You can use them but they will have no effect |
280280
| _TES_ | tasks `volumes` and `tags` functionality is not yet implemented. You use them but they will have no effect |
281281
| _TES_ | tasks `logs.outputs` functionality is not yet implemented. However this limitation can be bypassed with tasks `outputs` |
282-
283-
 
284-
## GIT
285-
Current main branch is `origin/main`. This happens to be also a release branch for now. Developers should typically derive their
286-
own feature branches such as e.g. `feature/TESP-111-task-monitoring`. This project has not yet configured any CI/CD. Releases are
287-
done manually by creating a tag in the current release branch. There is not yet configured any issue tracking software but for
288-
any possible future integration this project should reference commits, branches PR's etc ... with prefix `TESP-0` as a reference
289-
to a work that has been done before such integration. Pull request should be merged using `Squash and merge` option with message format `Merge pull request #<PRnum> from <branch-name>`.
290-
Since there is no CI/CD setup this is only opinionated view on how branching policies should work and for now everything is possible.
291-
292-
## License
293-
294-
[![license](https://img.shields.io/github/license/CESNET/tesp-api)](https://github.com/CESNET/tesp-api/blob/main/LICENSE.md)
295-
```
296-
Copyright (c) 2022 Norbert Dopjera
297-
298-
Permission is hereby granted, free of charge, to any person obtaining a copy
299-
of this software and associated documentation files (the "Software"), to deal
300-
in the Software without restriction, including without limitation the rights
301-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
302-
copies of the Software, and to permit persons to whom the Software is
303-
furnished to do so, subject to the following conditions:
304-
305-
The above copyright notice and this permission notice shall be included in all
306-
copies or substantial portions of the Software.
307-
308-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
309-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
310-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
311-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
312-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
313-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
314-
SOFTWARE.
315-
```

0 commit comments

Comments
 (0)