]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- move heredocs to individual source files
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Dec 2010 13:39:00 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etc/crontab -> 1.1
    etc/poldek.conf -> 1.1
    etc/procmailrc -> 1.1
    etc/rpm.macros -> 1.1

etc/crontab [new file with mode: 0644]
etc/poldek.conf [new file with mode: 0644]
etc/procmailrc [new file with mode: 0644]
etc/rpm.macros [new file with mode: 0644]

diff --git a/etc/crontab b/etc/crontab
new file mode 100644 (file)
index 0000000..755feca
--- /dev/null
@@ -0,0 +1,8 @@
+SHELL=/bin/sh
+MAILTO=root
+
+#* * * * * builder exec nice -n 19 /usr/share/pld-builder/bin/request-fetcher.sh
+#* * * * * builder exec nice -n 19 /usr/share/pld-builder/bin/load-balancer.sh
+#* * * * * builder exec nice -n 19 /usr/share/pld-builder/bin/file-sender.sh
+
+#0 0 * * * chroot /home/users/builder/chroot-ac nice -n 19 tmpwatch -m 240 /var/cache/pld-builder/ready
diff --git a/etc/poldek.conf b/etc/poldek.conf
new file mode 100644 (file)
index 0000000..19111d3
--- /dev/null
@@ -0,0 +1,7 @@
+# locally cached rpms
+[source]
+name   = ready
+pri    = -1
+type   = dir
+path   = /var/cache/pld-builder/ready/
+autoup = no
diff --git a/etc/procmailrc b/etc/procmailrc
new file mode 100644 (file)
index 0000000..ce50ac0
--- /dev/null
@@ -0,0 +1,15 @@
+LOGFILE=procmail.log
+
+#:0 c
+#mail.copy
+
+:0
+* ^X-New-PLD-Builder:
+| /usr/share/pld-builder/bin/request-handler.sh
+
+:0
+* ^FROM_MAILER
+/dev/null
+
+#:0
+#!root@example.org
diff --git a/etc/rpm.macros b/etc/rpm.macros
new file mode 100644 (file)
index 0000000..0639204
--- /dev/null
@@ -0,0 +1,13 @@
+# rpm macros for pld builder chroot
+
+# A colon separated list of desired locales to be installed;
+# "all" means install all locale specific files.
+%_install_langs en_US
+
+# If non-zero, all erasures will be automagically repackaged.
+%_repackage_all_erasures    0
+
+# Boolean (i.e. 1 == "yes", 0 == "no") that controls whether files
+# marked as %doc should be installed.
+# FIXME: excludedocs breaks kde build
+#%_excludedocs   1
This page took 0.033069 seconds and 4 git commands to generate.