Skip to content

Instantly share code, notes, and snippets.

@kilip
Last active November 23, 2018 03:14
Show Gist options
  • Save kilip/11acade30fe14e39d18c926aaa67eb0c to your computer and use it in GitHub Desktop.
Save kilip/11acade30fe14e39d18c926aaa67eb0c to your computer and use it in GitHub Desktop.
Yawik Release Log
Releasing Yawik into v0.32.0-RC1 version.
-----------------------------------------
Releasing v0.32.0-RC1 to ~> cross-solution/YAWIK repo
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
CMD git pull origin release-0.32.0
ERR fatal: Couldn't find remote ref release-0.32.0
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
ERR fatal: tag 'v0.32.0-RC1' already exists
CMD git push origin v0.32.0-RC1 -> this should be my own origin (my own yawik fork)
ERR Everything up-to-date
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/applications.git
Working Directory: /project/cross-solution/yawik/subsplit/applications
CMD git clone [email protected]:yawik/applications.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/applications
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was b868319)
CMD git push origin :v0.32.0-RC1
ERR error: unable to delete 'v0.32.0-RC1': remote ref does not exist
ERR error: failed to push some refs to '[email protected]:yawik/applications.git'
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/applications.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/auth.git
Working Directory: /project/cross-solution/yawik/subsplit/auth
CMD git clone [email protected]:yawik/auth.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/auth
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was 14f8a29)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/auth.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/auth.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/behat.git
Working Directory: /project/cross-solution/yawik/subsplit/behat
CMD git clone [email protected]:yawik/behat.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/behat
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was 9c3ed50)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/behat.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/behat.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/core.git
Working Directory: /project/cross-solution/yawik/subsplit/core
CMD git clone [email protected]:yawik/core.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/core
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was 355ad6f)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/core.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/core.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/cv.git
Working Directory: /project/cross-solution/yawik/subsplit/cv
CMD git clone [email protected]:yawik/cv.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/cv
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was 89ccd37)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/cv.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/cv.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/geo.git
Working Directory: /project/cross-solution/yawik/subsplit/geo
CMD git clone [email protected]:yawik/geo.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/geo
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was ef66a52)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/geo.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/geo.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/install.git
Working Directory: /project/cross-solution/yawik/subsplit/install
CMD git clone [email protected]:yawik/install.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/install
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was ff73a4c)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/install.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/install.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/jobs.git
Working Directory: /project/cross-solution/yawik/subsplit/jobs
CMD git clone [email protected]:yawik/jobs.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/jobs
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was 5850186)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/jobs.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/jobs.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/organizations.git
Working Directory: /project/cross-solution/yawik/subsplit/organizations
CMD git clone [email protected]:yawik/organizations.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/organizations
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was 3949951)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/organizations.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/organizations.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/pdf.git
Working Directory: /project/cross-solution/yawik/subsplit/pdf
CMD git clone [email protected]:yawik/pdf.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/pdf
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was 9524c99)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/pdf.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/pdf.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing v0.32.0-RC1 to ~> [email protected]:yawik/settings.git
Working Directory: /project/cross-solution/yawik/subsplit/settings
CMD git clone [email protected]:yawik/settings.git .
ERR fatal: destination path '.' already exists and is not an empty directory.
CMD git pull origin release-0.32.0
ERR From github.com:yawik/settings
ERR * branch release-0.32.0 -> FETCH_HEAD
OUT Already up to date.
CMD git tag -d v0.32.0-RC1
OUT Deleted tag 'v0.32.0-RC1' (was 0790167)
CMD git push origin :v0.32.0-RC1
ERR To github.com:yawik/settings.git
ERR - [deleted] v0.32.0-RC1
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
OUT Your branch is up to date with 'origin/release-0.32.0'.
CMD git tag -s v0.32.0-RC1 -m "Release v0.32.0-RC1 version"
CMD git push origin v0.32.0-RC1
ERR To github.com:yawik/settings.git
ERR * [new tag] v0.32.0-RC1 -> v0.32.0-RC1
Releasing process completed.
Welcome to v0.32.0-RC1 version!
CMD git checkout release-0.32.0
ERR Already on 'release-0.32.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment