diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-01-09 11:11:53 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2014-01-09 11:11:53 +0100 |
| commit | 0996948c27a1c3668bf36fa6ada78ed99da3b561 (patch) | |
| tree | 9efa195b8c6de0de4e8ed441303b61a051c6e466 /distribution/elbe-example/myrepo | |
| parent | d7da5da17cad611293c655860b9656d4156eaa1f (diff) | |
add elbe example
and hands-on slides
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/elbe-example/myrepo')
| -rw-r--r-- | distribution/elbe-example/myrepo/conf/distributions | 9 | ||||
| -rw-r--r-- | distribution/elbe-example/myrepo/conf/updates | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/distribution/elbe-example/myrepo/conf/distributions b/distribution/elbe-example/myrepo/conf/distributions new file mode 100644 index 0000000..f6cb43a --- /dev/null +++ b/distribution/elbe-example/myrepo/conf/distributions @@ -0,0 +1,9 @@ +Origin: myrepo +Label: myrepo +Suite: stable +Codename: wheezy +Update: - myremoterepo +Version: +Architectures: i386 amd64 armel source +Components: main +Description: my debian packages diff --git a/distribution/elbe-example/myrepo/conf/updates b/distribution/elbe-example/myrepo/conf/updates new file mode 100644 index 0000000..8430306 --- /dev/null +++ b/distribution/elbe-example/myrepo/conf/updates @@ -0,0 +1,6 @@ +Name: myremoterepo +Method: http://localhost/debian +Components: main +Architectures: i386 amd64 source +VerifyRelease: blindtrust +IgnoreRelease: yes |
