-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
133 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
Changes form the 0.0.3 to 0.0.4.dev | ||
----------------------------------- | ||
Changes form the 0.0.3 to 0.0.4 | ||
------------------------------- | ||
|
||
* New Feature | ||
** New Features | ||
* Herald Remote Shell: open a shell session on another peer (experimental) | ||
|
||
* Herald Remote Shell: open a shell session on another peer | ||
|
||
* Improvements | ||
|
||
* New Message format encapsulating headers and metadata | ||
* Herald unlocks send() calls when the target peer is unregistered. | ||
** Improvements | ||
* New Message format encapsulating headers and metadata | ||
* Herald unlocks send() calls when the target peer is unregistered. | ||
It also calls the errback of post() calls. | ||
|
||
* Bug Fix | ||
|
||
* Fixing synchronisation problem: XMPP transport blocked on | ||
** Bug Fix | ||
* Fixing synchronisation problem: XMPP transport blocked on | ||
``_on_disconnected`` (isandlaTech/cohorte-herald/issues/14). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
cd org.cohorte.herald.api | ||
mvn clean install -Dmaven.test.skip=true | ||
P1=$? | ||
cp target/org.cohorte.herald.api-*.jar $COHORTE_HOME/repo | ||
|
||
cd .. | ||
cd org.cohorte.herald.core | ||
mvn clean install -Dmaven.test.skip=true | ||
P2=$? | ||
cp target/org.cohorte.herald.core-*.jar $COHORTE_HOME/repo | ||
|
||
cd .. | ||
cd org.cohorte.herald.http | ||
mvn clean install -Dmaven.test.skip=true | ||
P3=$? | ||
cp target/org.cohorte.herald.http-*.jar $COHORTE_HOME/repo | ||
|
||
cd .. | ||
cd org.cohorte.herald.rpc | ||
mvn clean install -Dmaven.test.skip=true | ||
P4=$? | ||
cp target/org.cohorte.herald.rpc-*.jar $COHORTE_HOME/repo | ||
|
||
cd .. | ||
cd org.cohorte.herald.shell | ||
mvn clean install -Dmaven.test.skip=true | ||
P5=$? | ||
cp target/org.cohorte.herald.shell-*.jar $COHORTE_HOME/repo | ||
|
||
cd .. | ||
cd org.cohorte.herald.xmpp | ||
mvn clean install -Dmaven.test.skip=true | ||
P6=$? | ||
cp target/org.cohorte.herald.xmpp-*.jar $COHORTE_HOME/repo | ||
cd .. | ||
|
||
echo "" | ||
echo "***********************" | ||
echo api $P1 | ||
echo core $P2 | ||
echo http $P3 | ||
echo rpc $P4 | ||
echo shell $P5 | ||
echo xmpp $P6 | ||
echo "***********************" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.