* [gentoo-commits] proj/musl:master commit in: scripts/
@ 2016-03-14 1:29 Anthony G. Basile
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2016-03-14 1:29 UTC (permalink / raw
To: gentoo-commits
commit: fb663103edb5e82f5c71ffd4a38fa51c3b835fc2
Author: layman <layman <AT> localhost>
AuthorDate: Mon Mar 14 01:06:50 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 01:39:16 2016 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=fb663103
scripts/check-tree.sh: compare overlay and tree versions
scripts/check-tree.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/check-tree.sh b/scripts/check-tree.sh
index 5ebc3ee..6dda711 100755
--- a/scripts/check-tree.sh
+++ b/scripts/check-tree.sh
@@ -13,5 +13,6 @@ slist=$(for i in ${list}; do
done | sort -u)
for i in $slist; do
- emerge -qvp $i
+ equery w $i
+# emerge -qvp $i
done
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/musl:master commit in: scripts/
@ 2016-03-14 9:05 Anthony G. Basile
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2016-03-14 9:05 UTC (permalink / raw
To: gentoo-commits
commit: 6b4a846ef98f8bfaae9a44c4b0648c58e0bbf06c
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 09:16:27 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 09:16:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=6b4a846e
scripts/check-tree.sh: don't die on failures
scripts/check-tree.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/check-tree.sh b/scripts/check-tree.sh
index 6dda711..720af4c 100755
--- a/scripts/check-tree.sh
+++ b/scripts/check-tree.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/bash
PWD=$(pwd)
PWD=$(dirname ${PWD})
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-14 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 9:05 [gentoo-commits] proj/musl:master commit in: scripts/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2016-03-14 1:29 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox