Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEPT-666 - MULTISITE-19316: First draft for testing, couple issues still #1868

Closed
wants to merge 38 commits into from
Closed

Commits on Jan 26, 2018

  1. First draft for testing, couple issues still

    Alex Verbruggen committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    484fcf1 View commit details
    Browse the repository at this point in the history
  2. Use symlinks instead of copy

    Alex Verbruggen committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    0212e97 View commit details
    Browse the repository at this point in the history
  3. Reset props

    Alex Verbruggen committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    2108810 View commit details
    Browse the repository at this point in the history
  4. Reset props

    Alex Verbruggen committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1c0041b View commit details
    Browse the repository at this point in the history
  5. Symlink core

    Alex Verbruggen committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    4433879 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Update

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    ea4c85c View commit details
    Browse the repository at this point in the history
  2. Cleanup communities

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    72b128e View commit details
    Browse the repository at this point in the history
  3. Re-run

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    9aba2bd View commit details
    Browse the repository at this point in the history
  4. Fix

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    0cd4202 View commit details
    Browse the repository at this point in the history
  5. Update post install

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    1a5def9 View commit details
    Browse the repository at this point in the history
  6. Add name and type

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    12c2594 View commit details
    Browse the repository at this point in the history
  7. Create drupal core

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    fe19b28 View commit details
    Browse the repository at this point in the history
  8. Temp change name

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    b028320 View commit details
    Browse the repository at this point in the history
  9. PUt a version

    Alex Verbruggen committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    f1989f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Release system

    Alex Verbruggen committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    740ed3c View commit details
    Browse the repository at this point in the history
  2. Remove installer paths

    Alex Verbruggen committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    f858109 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Alex Verbruggen committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    91204a7 View commit details
    Browse the repository at this point in the history
  4. Fix mpdf

    Alex Verbruggen committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    13b4071 View commit details
    Browse the repository at this point in the history
  5. Save

    Alex Verbruggen committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    53549a1 View commit details
    Browse the repository at this point in the history
  6. Release commmand functional

    Alex Verbruggen committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    7618084 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Update release stuf

    Alex Verbruggen committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    dcb8fb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Create packages.json

    verbruggenalex authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    fed2ac5 View commit details
    Browse the repository at this point in the history
  2. Update packages.json

    verbruggenalex authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    9c977ff View commit details
    Browse the repository at this point in the history
  3. Update packages.json

    verbruggenalex authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    0d4b6c7 View commit details
    Browse the repository at this point in the history
  4. Update packages.json

    verbruggenalex authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    9f06669 View commit details
    Browse the repository at this point in the history
  5. File fixes

    Alex Verbruggen committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    0a15cff View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'platform-production/master'

    Alex Verbruggen committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    e67fa2c View commit details
    Browse the repository at this point in the history
  7. Update to 2.4.77 for comparison

    Alex Verbruggen committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    f91ab97 View commit details
    Browse the repository at this point in the history
  8. Generate it.

    $satis = array();
    $releases = file_get_contents('releases.txt');
    $releases = json_decode($releases);
    $packages = array();
    
    foreach($releases AS $release){
      $version = array(
        'name' => 'ec-europa/platform-dev',
        'version' => $release->tag_name,
        'dist' => array(
          'url' => 'https://github.com/verbruggenalex/platform-dev/releases/download/3.0.0/platform-dev-2.4.77-repackaged.ta$
          'type' => 'tar',
        ),
      );
      $packages['ec-europa/platform-dev'][$release->tag_name] = $version;
    }
    
    $satis = new StdClass();
    $satis->packages = $packages;
    $json = json_encode($satis);
    file_put_contents ("packages.json" , $json);
    echo "packages.json generated.";
    verbruggenalex authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    1e63933 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    9b237a9 View commit details
    Browse the repository at this point in the history
  2. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    0bb3c8c View commit details
    Browse the repository at this point in the history
  3. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    acff2b2 View commit details
    Browse the repository at this point in the history
  4. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    eb4c156 View commit details
    Browse the repository at this point in the history
  5. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    5f35fa8 View commit details
    Browse the repository at this point in the history
  6. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    11e3cc0 View commit details
    Browse the repository at this point in the history
  7. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    7ce5aeb View commit details
    Browse the repository at this point in the history
  8. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    1130b39 View commit details
    Browse the repository at this point in the history
  9. Update packages.json

    verbruggenalex authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    07e0768 View commit details
    Browse the repository at this point in the history