Skip to content

Releases: adriendupuis/ezplatform-ee-docker

v3.3.15-experience

23 Feb 10:53
Compare
Choose a tag to compare
distrib=experience;
version=3.3.15;
dest_repo="[email protected]:adriendupuis/ezplatform-ee-docker.git";
src_branch="develop";
dest_branch="release/$version-$distrib";
tmp_dir=~/ezplatform-ee-tmp;

git clone $dest_repo -b $src_branch $tmp_dir;
cd $tmp_dir;
find . ! -name .git -mindepth 1 -maxdepth 1 -exec rm -rf {} \;
mv .git /var/tmp/git-backup;
composer create-project ibexa/$distrib-skeleton:$version ./ --no-install;
mv /var/tmp/git-backup .git;
git checkout -b $dest_branch;
git add ./;
git commit -m "composer create-project ibexa/$distrib-skeleton:$version ./ --no-install";
git push --set-upstream origin $dest_branch;
cd -;
rm -rf $tmp_dir;

v2.5.27

11 Mar 07:57
Compare
Choose a tag to compare
version=v2.5.27;
src_repo="[email protected]:ezsystems/ezplatform-ee"
dest_repo="[email protected]:adriendupuis/ezplatform-ee-docker.git"
dest_branch="release/$version";
push_options="--tags";
tmp_dir=~/ezplatform-ee-tmp;

git clone $src_repo --single-branch --branch $version $tmp_dir;
cd $tmp_dir;
git remote add destination $dest_repo;
git checkout -b $dest_branch;
git push --set-upstream destination $dest_branch $push_options;
cd -;
rm -rf $tmp_dir;

v2.5.23-docker-alpha.1

31 Aug 09:33
Compare
Choose a tag to compare

v2.5.23

31 Aug 09:10
Compare
Choose a tag to compare
version=v2.5.23;
src_repo="[email protected]:ezsystems/ezplatform-ee"
dest_repo="[email protected]:adriendupuis/ezplatform-ee-docker.git"
dest_branch="release/$version";
push_options="--tags";
tmp_dir=~/ezplatform-ee-tmp;

git clone $src_repo --single-branch --branch $version $tmp_dir;
cd $tmp_dir;
git remote add destination $dest_repo;
git checkout -b $dest_branch;
git push --set-upstream destination $dest_branch $push_options;
cd -;
rm -rf $tmp_dir;

v3.3.4-experience-docker-alpha.1

10 Jun 08:46
Compare
Choose a tag to compare

v3.3.4-experience

10 Jun 08:43
Compare
Choose a tag to compare
distrib=experience;
version=3.3.4;
dest_repo="[email protected]:adriendupuis/ezplatform-ee-docker.git";
src_branch="release/v3.2.8";
dest_branch="release/$version-$distrib";
tmp_dir=~/ezplatform-ee-tmp;

git clone $dest_repo -b $src_branch $tmp_dir;
cd $tmp_dir;
find . ! -name .git -mindepth 1 -maxdepth 1 -exec rm -rf {} \;
mv .git /var/tmp/git-backup;
composer create-project ibexa/$distrib-skeleton:$version ./ --no-install;
mv /var/tmp/git-backup .git;
git checkout -b $dest_branch;
git add ./;
git commit -m "composer create-project ibexa/$distrib-skeleton:$version ./ --no-install";
git push --set-upstream origin $dest_branch;
cd -;
rm -rf $tmp_dir;

v3.2.8-docker-alpha.1

09 Jun 10:46
Compare
Choose a tag to compare

v3.2.8

09 Jun 10:53
Compare
Choose a tag to compare
version=v3.2.8;
src_repo="[email protected]:ezsystems/ezplatform-ee"
dest_repo="[email protected]:adriendupuis/ezplatform-ee-docker.git"
dest_branch="release/$version";
push_options="--tags";
tmp_dir=~/ezplatform-ee-tmp;

git clone $src_repo --single-branch --branch $version $tmp_dir;
cd $tmp_dir;
git remote add destination $dest_repo;
git checkout -b $dest_branch;
git push --set-upstream destination $dest_branch $push_options;
cd -;
rm -rf $tmp_dir;

v3.2.4-docker-alpha.1

29 Jan 09:07
ad9cedd
Compare
Choose a tag to compare

v3.2.4

29 Jan 08:34
Compare
Choose a tag to compare
version=v3.2.4;
src_repo="[email protected]:ezsystems/ezplatform-ee"
dest_repo="[email protected]:adriendupuis/ezplatform-ee-docker.git"
dest_branch="release/$version";
push_options="--tags";
tmp_dir=~/ezplatform-ee-tmp;

git clone $src_repo --single-branch --branch $version $tmp_dir;
cd $tmp_dir;
git remote add destination $dest_repo;
git checkout -b $dest_branch;
git push --set-upstream destination $dest_branch $push_options;
cd -;
rm -rf $tmp_dir;