-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdput-php-hypernode.cf
More file actions
23 lines (21 loc) · 1.15 KB
/
dput-php-hypernode.cf
File metadata and controls
23 lines (21 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[hypernode-precise-php54]
method=scp
fqdn=debian1.c1.internal
login=root
incoming=/srv/ubuntu/incoming/precise
pre_upload_command=ssh root@debian1.c1.internal "/srv/ubuntu/clean_incoming.sh"
post_upload_command=ssh root@debian1.c1.internal "cd /srv/ubuntu && reprepro --ignore=wrongdistribution --component php54 include precise incoming/precise/*.changes && /srv/ubuntu/clean_incoming.sh"
[hypernode-precise-php55]
method=scp
fqdn=debian1.c1.internal
login=root
incoming=/srv/ubuntu/incoming/precise
pre_upload_command=ssh root@debian1.c1.internal "/srv/ubuntu/clean_incoming.sh"
post_upload_command=ssh root@debian1.c1.internal "cd /srv/ubuntu && reprepro --ignore=wrongdistribution --component php55 include precise incoming/precise/*.changes && /srv/ubuntu/clean_incoming.sh"
[hypernode-precise-php70]
method=scp
fqdn=debian1.c1.internal
login=root
incoming=/srv/ubuntu/incoming/precise
pre_upload_command=ssh root@debian1.c1.internal "/srv/ubuntu/clean_incoming.sh"
post_upload_command=ssh root@debian1.c1.internal "cd /srv/ubuntu && reprepro --ignore=wrongdistribution --component php7.0 include precise incoming/precise/*.changes && /srv/ubuntu/clean_incoming.sh"