Commit 38d25d20 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Passage de paramètres possibles pour toutes les étapes d'install ou de MAJ

parent f436e142
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,3 +3,6 @@
//$bdd    = new \BddAdmin\Bdd(Config::get('bdds', 'dev-local'));
//$schema = new \BddAdmin\Schema($bdd);

$t = $oa->getTags();

var_dump($t);
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

class OseAdmin
{
    const OSE_ORIGIN  = 'https://git.unicaen.fr/open-source/OSE';
    const OSE_ORIGIN  = 'https://git.unicaen.fr/open-source/OSE.git';
    const MIN_VERSION = 10; // version minimum installable

    /**
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ $c->println('');
 ************************************************************/
class OseDeploy
{
    const OSE_ORIGIN = 'https://git.unicaen.fr/open-source/OSE';
    const OSE_ORIGIN = 'https://git.unicaen.fr/open-source/OSE.git';
    const MIN_VERSION = 10; // version minimum installable

    /**