From c1bfb656f1a1ec0d2e7b99617283bd3c3ef52df0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 11 Apr 2011 20:15:48 +0200 Subject: [PATCH] New modules to sync. --- cvs2git-inc.sh | 2 +- filter.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cvs2git-inc.sh b/cvs2git-inc.sh index 2a2811b..25a7d3f 100755 --- a/cvs2git-inc.sh +++ b/cvs2git-inc.sh @@ -60,7 +60,7 @@ branch_RC31_3 4316f8ac93d4cfa61b471676c2f81e70f62f1b69 branch_2_0 385a0a242b5e4666192f1198df92d7d451c79164 branch_2_1 46021c94148d9d688604bcdbec0344e946d70053 branch_workflow a0a362418b99167f40d1328ea8a934b147372329 -master c00ac595d4fe2c9b20e5440ff811f479f818e87c" | while read branch start; do +master 5b654e485855b69a87a68a5a7ba82364b197cb7e" | while read branch start; do echo "$start..cvssync/$branch" git checkout $branch || break cl=`git log --format='%ct %H' $start..cvssync/$branch -- | grep -v '\(e6919c\|1f39df\|1f39df\)' | sort -n | cut -f2 -d' '` diff --git a/filter.txt b/filter.txt index 89bc027..c1f566a 100644 --- a/filter.txt +++ b/filter.txt @@ -55,12 +55,14 @@ /org.glite.lb.ws-interface/*** /org.glite.lb.ws-test/*** /org.glite.lb.yaim/*** +/org.glite.lb.emi-lb/*** /org.glite.myproxy-config/*** /org.glite.px/*** /org.glite.px.glite-PX/*** /org.glite.px.myproxy-config/*** /org.glite.px.myproxy-yaim/*** /org.glite.px.proxyrenewal/*** +/org.glite.px.emi-px/*** /org.glite.security.gsoap-plugin/*** /org.glite.security.gss/*** /org.glite.security.proxyrenewal/*** -- 1.8.2.3