<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://robotwiki.cs.lth.se/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://robotwiki.cs.lth.se/feed.php">
        <title>robotwiki - devops</title>
        <description></description>
        <link>https://robotwiki.cs.lth.se/</link>
        <image rdf:resource="https://robotwiki.cs.lth.se/_media/wiki:logo.png" />
       <dc:date>2026-06-06T19:50:14+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/devops:ci?rev=1662127465&amp;do=diff"/>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/devops:git_practices?rev=1662127465&amp;do=diff"/>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/devops:kanban?rev=1662127465&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://robotwiki.cs.lth.se/_media/wiki:logo.png">
        <title>robotwiki</title>
        <link>https://robotwiki.cs.lth.se/</link>
        <url>https://robotwiki.cs.lth.se/_media/wiki:logo.png</url>
    </image>
    <item rdf:about="https://robotwiki.cs.lth.se/devops:ci?rev=1662127465&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-02T14:04:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ci</title>
        <link>https://robotwiki.cs.lth.se/devops:ci?rev=1662127465&amp;do=diff</link>
        <description>Continuous Integration (CI)

Introduction

The basic idea of CI is that whenever you push a commit, tests start running automatically on some server. 

If the tests pass, you have a bit more confidence that the code that you pushed doesn&#039;t break other things in the codebase.</description>
    </item>
    <item rdf:about="https://robotwiki.cs.lth.se/devops:git_practices?rev=1662127465&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-02T14:04:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git_practices</title>
        <link>https://robotwiki.cs.lth.se/devops:git_practices?rev=1662127465&amp;do=diff</link>
        <description>Some git practice tips:

	*  Don&#039;t push to master branch. Work in a test branch and do a merge request to whoever maintains master branch (that may be yourself).
	*  The heron_workspace contains ~18 repositories. Make sure to be extra careful when pulling/pushing and running</description>
    </item>
    <item rdf:about="https://robotwiki.cs.lth.se/devops:kanban?rev=1662127465&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-02T14:04:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kanban</title>
        <link>https://robotwiki.cs.lth.se/devops:kanban?rev=1662127465&amp;do=diff</link>
        <description>Kanban board

A kanban board is a way to represent isolated pieces of work (tasks) as cards in multiple columns. 

Modern kanban software allows multiple views on the same tasks, but the most common view is where open tasks are on the left, and progress to the right as they get completed.</description>
    </item>
</rdf:RDF>
