The branch, master has been updated
via 10203a6d9f8c7b93ae9f06aa501ce984899c969f (commit)
from c6d3589c78b29966a6e029261c96578bc7d1921d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 10203a6d9f8c7b93ae9f06aa501ce984899c969f
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Dec 21 02:13:40 2011 +0100
add ubuntu distros to dupload.conf
-----------------------------------------------------------------------
Summary of changes:
home/.dupload.conf.nwt | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
The diff of changes is:
diff --git a/home/.dupload.conf.nwt b/home/.dupload.conf.nwt
index d4ba622..bcbd15c 100644
--- a/home/.dupload.conf.nwt
+++ b/home/.dupload.conf.nwt
@@ -34,4 +34,22 @@ $cfg{"nwt-debian-lenny"} = {
dinstall_runs => 1,
};
+$cfg{"nwt-ubuntu-precise"} = {
+ fqdn => "packages.das-netzwerkteam.de",
+ login => "nwt-admin",
+ method => "scpb",
+ incoming => "/srv/sites/das-netzwerkteam.de/packages/ubuntu/incoming/precise",
+ queuedir => "/srv/sites/das-netzwerkteam.de/packages/ubuntu/upload/precise",
+ dinstall_runs => 1,
+};
+$cfg{"nwt-ubuntu-lucid"} = {
+ fqdn => "packages.das-netzwerkteam.de",
+ login => "nwt-admin",
+ method => "scpb",
+ incoming => "/srv/sites/das-netzwerkteam.de/packages/ubuntu/incoming/lucid",
+ queuedir => "/srv/sites/das-netzwerkteam.de/packages/ubuntu/upload/lucid",
+ dinstall_runs => 1,
+};
+
+
1;
hooks/post-receive
--
buildscripts.git (buildscripts upstream project)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "buildscripts.git" (buildscripts upstream project).