Discussion:
[software/build-system/iurt] branch master updated (7224b1f -> 8c0cf1a)
root-odJJhXpcy38dnm+
2014-05-04 21:10:02 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

pterjan pushed a change to branch master
in repository software/build-system/iurt.

from 7224b1f Don't close stdin if --stop is used (mga#13318)
new 8c0cf1a Add a README

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
README | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644 README
--
Mageia Git Monkeys.
root-odJJhXpcy38dnm+
2014-05-04 21:10:03 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

pterjan pushed a commit to branch master
in repository software/build-system/iurt.

commit 8c0cf1a0508c2fc6ea41eb11c581617b8f4fba02
Author: Pascal Terjan <pterjan-***@public.gmane.org>
Date: Sun May 4 21:09:58 2014 +0000

Add a README
---
Commit Link:
http://gitweb.mageia.org/software/build-system/iurt/commit/?id=8c0cf1a0508c2fc6ea41eb11c581617b8f4fba02

README | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/README b/README
new file mode 100644
index 0000000..f85c309
--- /dev/null
+++ b/README
@@ -0,0 +1,36 @@
+Iurt is a collection of tools to create an automatic rebuild system.
+It contains the rebuild script, iurt, as well as the scheduler, ulri,
+and the upload script, emi.
+
+Configuration
+=============
+
+- Modify /etc/sudoers to be allowed to run /usr/sbin/iurt_root_command as root
+ Something like: builder ALL=(ALL) NOPASSWD: /usr/sbin/iurt_root_command
+
+- (Optional) Set some defaults values for a distribution in
+ /etc/iurt/build/$DISTRO.conf for system-wide defaults or
+ $HOME/.iurt.$DISTRO.conf for personal ones (DISTRO being 1, 2, ..., cauldron)
+
+Usage
+=====
+
+Building a package
+------------------
+
+# Your mirror, preferably local or using urpmi-proxy
+MIRROR=http://mymirror/mageia/distrib/
+# Your architecture
+ARCH=$(rpm --eval %_build_arch)
+# The target distribution
+DISTRO=cauldron
+iurt --repository "$MIRROR" --rebuild "$DISTRO" "$ARCH" \
+ --chrooted-urpmi "$MIRROR" ./SRPMS/mypackage-1.0.0-1.mga1.src.rpm
+
+Building an i586 package on x86_64
+----------------------------------
+
+MIRROR=http://mymirror/mageia/distrib/
+DISTRO=cauldron
+linux32 iurt --repository "$MIRROR" --rebuild "$DISTRO" i586 \
+ --chrooted-urpmi "$MIRROR" ./SRPMS/mypackage-1.0.0-1.mga1.src.rpm
--
Mageia Git Monkeys.
Continue reading on narkive:
Loading...