Skip to content

Commit

Permalink
tools gentoo ebuild moved to var/db/
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Aug 22, 2024
1 parent 489abba commit d93cdcc
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ How to create a new Gentoo tinyorm ebuild:
cd /var/db/repos/crystal/dev-db/tinyorm/
sudo cp/mv tinyorm-0.37.x.ebuild tinyorm-0.37.y.ebuild
sudo ebuild ./tinyorm-0.37.y.ebuild manifest
- copy an updated Manifest and a new ebuild to tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/
cp ./{Manifest,tinyorm-0.37.y.ebuild} ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm
cd ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm
- copy an updated Manifest and a new ebuild to tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/
cp ./{Manifest,tinyorm-0.37.y.ebuild} ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm
cd ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm
- update ownerships if needed
chown xyz:xyz ./{Manifest,tinyorm-0.37.y.ebuild}
- commit to TinyORM project, commit message like:
Expand Down
File renamed without changes.

0 comments on commit d93cdcc

Please sign in to comment.