-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create projects for all maintained Debian releases
- Loading branch information
1 parent
a4a32d9
commit ec95cb1
Showing
12 changed files
with
162 additions
and
87 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
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,4 @@ | ||
|
||
Repotype: debian | ||
|
||
BuildEngine: debootstrap |
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,9 @@ | ||
<project name="Debian:9"> | ||
<title>Debian 9 DoD</title> | ||
<description>Debian 9 DoD</description> | ||
<person userid="Admin" role="maintainer"/> | ||
<repository name="main"> | ||
<download arch="x86_64" url="http://deb.debian.org/debian/stretch/main" repotype="deb"/> | ||
<arch>x86_64</arch> | ||
</repository> | ||
</project> |
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,9 @@ | ||
<project name="Debian:9:test"> | ||
<title>Debian 9 builds</title> | ||
<description>Project to test Debian 9 builds</description> | ||
<person userid="Admin" role="maintainer"/> | ||
<repository name="Debian_9.0"> | ||
<path project="Debian:9" repository="main"/> | ||
<arch>x86_64</arch> | ||
</repository> | ||
</project> |
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
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,4 @@ | ||
|
||
Repotype: debian | ||
|
||
BuildEngine: debootstrap |
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,9 @@ | ||
<project name="Debian:Testing"> | ||
<title>Debian Testing DoD</title> | ||
<description>Debian Testing DoD</description> | ||
<person userid="Admin" role="maintainer"/> | ||
<repository name="main"> | ||
<download arch="x86_64" url="http://deb.debian.org/debian/buster/main" repotype="deb"/> | ||
<arch>x86_64</arch> | ||
</repository> | ||
</project> |
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,9 @@ | ||
<project name="Debian:Testing:test"> | ||
<title>Debian Testing builds</title> | ||
<description>Project to test Debian Testing builds</description> | ||
<person userid="Admin" role="maintainer"/> | ||
<repository name="Debian_Testing"> | ||
<path project="Debian:Testing" repository="main"/> | ||
<arch>x86_64</arch> | ||
</repository> | ||
</project> |
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
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
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
deb http://httpredir.debian.org/debian stretch main | ||
deb-src http://httpredir.debian.org/debian unstable main | ||
deb-src http://httpredir.debian.org/debian sid main | ||
deb-src http://httpredir.debian.org/debian buster main | ||
deb-src http://httpredir.debian.org/debian jessie main | ||
deb-src http://httpredir.debian.org/debian stretch main |
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