-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep for 0.2.0 release, will need to test first
- Loading branch information
1 parent
2b2cbd0
commit 56484c4
Showing
5 changed files
with
42 additions
and
108 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Fixes: | ||
|
||
- Add support for channels using https [saltybeagle] |
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,12 +1,12 @@ | ||
<?php | ||
|
||
$pyrus = new \PEAR2\Pyrus\Package(__DIR__ . '/../../Pyrus/package.xml'); | ||
$pyrus = new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_Pyrus/package.xml'); | ||
$pyrus->setPackagingFilter('PEAR2\Pyrus\PackageFile\v2Iterator\MinimalPackageFilter'); | ||
$extrafiles = array( | ||
new \PEAR2\Pyrus\Package(__DIR__ . '/../../HTTP_Request/package.xml'), | ||
new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_HTTP_Request/package.xml'), | ||
$pyrus, | ||
new \PEAR2\Pyrus\Package(__DIR__ . '/../../Pyrus_Developer/package.xml'), | ||
new \PEAR2\Pyrus\Package(__DIR__ . '/../../Exception/package.xml'), | ||
new \PEAR2\Pyrus\Package(__DIR__ . '/../../MultiErrors/package.xml'), | ||
new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_Pyrus_Developer/package.xml'), | ||
new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_Exception/package.xml'), | ||
new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_MultiErrors/package.xml'), | ||
); | ||
?> |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -27,22 +27,20 @@ More information here: http://pear.php.net/manual/en/channels.scs.php | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2010-06-10</date> | ||
<time>10:49:14</time> | ||
<date>2011-05-11</date> | ||
<time>18:21:17</time> | ||
<version> | ||
<release>0.1.0</release> | ||
<release>0.2.0</release> | ||
<api>0.1.0</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license> | ||
<notes>First attempt. | ||
<notes>Fixes: | ||
|
||
Namespace of PEAR2. | ||
Basic functionality including categories working. | ||
</notes> | ||
- Add support for channels using https [saltybeagle]</notes> | ||
<contents> | ||
<dir name="/"> | ||
<dir name="customcommand" baseinstalldir="/"> | ||
|
@@ -55,24 +53,26 @@ Basic functionality including categories working. | |
<dir name="scripts" baseinstalldir="/"> | ||
<file role="script" name="pearscs"/> | ||
</dir> | ||
<dir name="src" baseinstalldir="PEAR2"> | ||
<dir name="SimpleChannelServer"> | ||
<dir name="Categories"> | ||
<dir name="src" baseinstalldir="/"> | ||
<dir name="PEAR2"> | ||
<dir name="SimpleChannelServer"> | ||
<dir name="Categories"> | ||
<file role="php" name="Exception.php"/> | ||
</dir> | ||
<dir name="REST"> | ||
<file role="php" name="Category.php"/> | ||
<file role="php" name="Maintainer.php"/> | ||
<file role="php" name="Manager.php"/> | ||
<file role="php" name="Package.php"/> | ||
<file role="php" name="Release.php"/> | ||
</dir> | ||
<file role="php" name="Categories.php"/> | ||
<file role="php" name="Channel.php"/> | ||
<file role="php" name="CLI.php"/> | ||
<file role="php" name="Exception.php"/> | ||
<file role="php" name="Get.php"/> | ||
<file role="php" name="Main.php"/> | ||
</dir> | ||
<dir name="REST"> | ||
<file role="php" name="Category.php"/> | ||
<file role="php" name="Maintainer.php"/> | ||
<file role="php" name="Manager.php"/> | ||
<file role="php" name="Package.php"/> | ||
<file role="php" name="Release.php"/> | ||
</dir> | ||
<file role="php" name="Categories.php"/> | ||
<file role="php" name="Channel.php"/> | ||
<file role="php" name="CLI.php"/> | ||
<file role="php" name="Exception.php"/> | ||
<file role="php" name="Get.php"/> | ||
<file role="php" name="Main.php"/> | ||
</dir> | ||
</dir> | ||
</dir> | ||
|
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 |
---|---|---|
|
@@ -27,22 +27,20 @@ More information here: http://pear.php.net/manual/en/channels.scs.php | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2010-06-10</date> | ||
<time>10:49:15</time> | ||
<date>2011-05-11</date> | ||
<time>18:21:17</time> | ||
<version> | ||
<release>0.1.0</release> | ||
<release>0.2.0</release> | ||
<api>0.1.0</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license> | ||
<notes>First attempt. | ||
<notes>Fixes: | ||
|
||
Namespace of PEAR2. | ||
Basic functionality including categories working. | ||
</notes> | ||
- Add support for channels using https [saltybeagle]</notes> | ||
<contents> | ||
<dir name="/"> | ||
<file role="script" name="script/pearscs"/> | ||
|
@@ -58,9 +56,9 @@ Basic functionality including categories working. | |
<file role="php" name="php/PEAR2/SimpleChannelServer/Channel.php"/> | ||
<file role="php" name="php/PEAR2/SimpleChannelServer/Categories/Exception.php"/> | ||
<file role="php" name="php/PEAR2/SimpleChannelServer/Categories.php"/> | ||
<file role="doc" name="doc/PEAR2_SimpleChannelServer/pear2.php.net/examples/examples/upgradeFromChiara.php"/> | ||
<file role="doc" name="doc/PEAR2_SimpleChannelServer/pear2.php.net/examples/examples/update_channel.php"/> | ||
<file role="data" name="customcommand/PEAR2_SimpleChannelServer/pear2.php.net/commands.xml"/> | ||
<file role="doc" name="doc/pear2.php.net/PEAR2_SimpleChannelServer/examples/examples/upgradeFromChiara.php"/> | ||
<file role="doc" name="doc/pear2.php.net/PEAR2_SimpleChannelServer/examples/examples/update_channel.php"/> | ||
<file role="data" name="customcommand/pear2.php.net/PEAR2_SimpleChannelServer/commands.xml"/> | ||
</dir> | ||
</contents> | ||
<dependencies> | ||
|
@@ -83,9 +81,9 @@ Basic functionality including categories working. | |
</dependencies> | ||
<phprelease> | ||
<filelist> | ||
<install name="customcommand/PEAR2_SimpleChannelServer/pear2.php.net/commands.xml" as="pear2.php.net/commands.xml"/> | ||
<install name="doc/PEAR2_SimpleChannelServer/pear2.php.net/examples/examples/update_channel.php" as="pear2.php.net/examples/examples/update_channel.php"/> | ||
<install name="doc/PEAR2_SimpleChannelServer/pear2.php.net/examples/examples/upgradeFromChiara.php" as="pear2.php.net/examples/examples/upgradeFromChiara.php"/> | ||
<install name="customcommand/pear2.php.net/PEAR2_SimpleChannelServer/commands.xml" as="PEAR2_SimpleChannelServer/commands.xml"/> | ||
<install name="doc/pear2.php.net/PEAR2_SimpleChannelServer/examples/examples/update_channel.php" as="PEAR2_SimpleChannelServer/examples/examples/update_channel.php"/> | ||
<install name="doc/pear2.php.net/PEAR2_SimpleChannelServer/examples/examples/upgradeFromChiara.php" as="PEAR2_SimpleChannelServer/examples/examples/upgradeFromChiara.php"/> | ||
<install name="php/PEAR2/SimpleChannelServer/Categories.php" as="PEAR2/SimpleChannelServer/Categories.php"/> | ||
<install name="php/PEAR2/SimpleChannelServer/Categories/Exception.php" as="PEAR2/SimpleChannelServer/Categories/Exception.php"/> | ||
<install name="php/PEAR2/SimpleChannelServer/Channel.php" as="PEAR2/SimpleChannelServer/Channel.php"/> | ||
|