Skip to content

Commit

Permalink
Update package-qa.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Dec 11, 2011
1 parent 5530c77 commit 983a077
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package_qa.php
Expand Up @@ -6,7 +6,7 @@
array( array(
'packagefile' => 'package-qa.xml', 'packagefile' => 'package-qa.xml',
'baseinstalldir' => '/pear.php.net/', 'baseinstalldir' => '/pear.php.net/',
'filelistgenerator' => 'svn', 'filelistgenerator' => 'git',
'roles' => array('*' => 'www'), 'roles' => array('*' => 'www'),
'simpleoutput' => true, 'simpleoutput' => true,
'include' => array( 'include' => array(
Expand All @@ -16,11 +16,12 @@
'public_html/qa/index.php' 'public_html/qa/index.php'
), ),
)); ));
$a->setReleaseVersion('1.0.2'); $a->setReleaseVersion('1.0.3');
$a->setReleaseStability('stable'); $a->setReleaseStability('stable');
$a->setAPIStability('stable'); $a->setAPIStability('stable');
$a->setNotes(' $a->setNotes('
- Add new qa tools Add an unmaintained category to the output of packages-closed-no-release
Remove restrictions on orphan package list
'); ');
$a->resetUsesrole(); $a->resetUsesrole();
$a->clearDeps(); $a->clearDeps();
Expand Down

0 comments on commit 983a077

Please sign in to comment.