From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: /, roverlay/depres/
Date: Wed, 6 Jun 2012 19:52:34 +0000 (UTC) [thread overview]
Message-ID: <1339011595.8e2ad5acb4424806ced61689df2ba4d78a93af6a.dywi@gentoo> (raw)
commit: 8e2ad5acb4424806ced61689df2ba4d78a93af6a
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Wed Jun 6 19:39:55 2012 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Wed Jun 6 19:39:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=8e2ad5ac
temporary files for testing etc.
* added test-seewave/seewave targets to the Makefile
* run_config.py tries to read config files
* roverlay/depres/Makefile executes 'cd .. && make'
modified: Makefile
new file: roverlay/depres/Makefile
new file: run_config.py
---
Makefile | 9 +++++++--
roverlay/depres/Makefile | 1 +
run_config.py | 12 ++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index abc4fe8..16f43e4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,13 +9,18 @@ PY_NOP = ./nop.py
PY_EBU = ./run_ebuildcreation.py
PY_EBU2 = ./test_ebuildcreation.sh
-.PHONY: default dummy test test-nop test-ebuild_creation test-ebuild_creation2
+.PHONY: default dummy test test-nop test-ebuild_creation test-ebuild_creation2 test-seewave seewave
default: dummy test
dummy:
$(PY) --version
+seewave: test-seewave
+
+test-seewave: test-nop $(PY_EBU) $(EXAMPLES)/packages
+ $(PY) $(PY_EBU) $(EXAMPLES)/packages/seewave_*.tar.gz
+
test-nop: $(PY_NOP)
@$(PY) $(PY_NOP)
@@ -27,4 +32,4 @@ test-ebuild_creation: test-nop $(PY_EBU) $(EXAMPLES)/packages
test-ebuild_creation2: test-nop $(PY_EBU) $(PY_EBU2) $(EXAMPLES)/packages /bin/bash
PYTHON=$(PY) /bin/bash $(PY_EBU2) -q 1000
-test: test-nop test-ebuild_creation test-ebuild_creation2
+test: test-nop test-ebuild_creation test-ebuild_creation2 test-seewave
diff --git a/roverlay/depres/Makefile b/roverlay/depres/Makefile
new file mode 120000
index 0000000..d0b0e8e
--- /dev/null
+++ b/roverlay/depres/Makefile
@@ -0,0 +1 @@
+../Makefile
\ No newline at end of file
diff --git a/run_config.py b/run_config.py
new file mode 100755
index 0000000..98510a2
--- /dev/null
+++ b/run_config.py
@@ -0,0 +1,12 @@
+#!/usr/bin/env python3
+
+import sys
+
+ARGV = sys.argv[1:]
+
+from roverlay import config
+
+for c in ARGV:
+ print ( "<=== " + c + " ===>" )
+ config.access().load_config ( c )
+ print ( ">=== " + c + " ===<" )
reply other threads:[~2012-06-06 19:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1339011595.8e2ad5acb4424806ced61689df2ba4d78a93af6a.dywi@gentoo \
--to=dywi@mailerd.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox