-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from winepak/master
lazy rebase
- Loading branch information
Showing
4 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2019 Julian Richen --> | ||
<component type="desktop-application"> | ||
<id>org.winepak.BuildbotTest</id> | ||
<launchable type="desktop-id">org.winepak.BuildbotTest.desktop</launchable> | ||
<project_license>GPL-3.0</project_license> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<name>winepak Buildbot Test</name> | ||
<summary>Test application for testing winepak's Buildbot</summary> | ||
<description> | ||
<p>An application made to test winepak's Buildbot builders.</p> | ||
</description> | ||
<categories> | ||
<category>Utility</category> | ||
</categories> | ||
<content_rating type="oars-1.1" /> | ||
<url type="homepage">https://www.winepak.org/</url> | ||
<url type="bugtracker">https://github.com/winepak/org.winepak.BuildbotTest</url> | ||
<releases> | ||
<release version="1.0.0" date="2019-03-24"/> | ||
</releases> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Desktop Entry] | ||
Name=winepak Buildbot Test | ||
Comment=Test application for testing winepak's Buildbot | ||
Exec=winepak-buildbot-test %U | ||
Icon=org.winepak.BuildbotTest | ||
StartupNotify=true | ||
Terminal=true | ||
Type=Application | ||
Categories=Utility | ||
Keywords=winepak;buildbot; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters