projects
/
m6w6
/
replicator
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
68c3880
)
touch skipfile on success
author
Michael Wallner
<mike@php.net>
Wed, 17 Jun 2015 09:47:40 +0000
(11:47 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 17 Jun 2015 09:47:40 +0000
(11:47 +0200)
bin/pecl
patch
|
blob
|
history
diff --git
a/bin/pecl
b/bin/pecl
index ef215add671c24c72e7486423bb10ff559f1c64e..36c4229fed9be091f4ba451186c65d8d4076936e 100755
(executable)
--- a/
bin/pecl
+++ b/
bin/pecl
@@
-28,6
+28,10
@@
function wait(&$pids) {
fail($pkg, $ver, $skp, "signal: %d", $rc);
} else {
printf("SUCCESS: %s-%s\n", $pkg, $ver);
+ /* create skipfile, ensuring we do not build a package with
+ * different name in registry/package.xml again
+ */
+ touch($skp);
}
break;
}