Skip to content

Commit 096d216

Browse files
committed
updated NOTES.txt
[skip ci]
1 parent e953260 commit 096d216

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

NOTES.txt

+12-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,19 @@ How to create a new Gentoo tinyorm ebuild:
4545
------------------------------------------
4646

4747
cd /var/db/repos/crystal/dev-db/tinyorm/
48-
sudo cp/mv tinyorm-0.37.x.ebuild tinyorm-0.37.y.ebuild
48+
sudo cp/mv tinyorm-0.37.x.ebuild tinyorm-0.37.y.ebuild
4949
sudo ebuild ./tinyorm-0.37.y.ebuild manifest
50-
copy an updated Manifest and a new ebuild to tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/
51-
commit to TinyORM project
50+
- copy an updated Manifest and a new ebuild to tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/
51+
cp ./{Manifest,tinyorm-0.37.y.ebuild} ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm
52+
cd ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm
53+
- update ownerships if needed
54+
chown xyz:xyz ./{Manifest,tinyorm-0.37.y.ebuild}
55+
- commit to TinyORM project, commit message like:
56+
added/updated tinyorm-0.38.0.ebuild
57+
58+
[skip ci]
59+
- added if the previous ebuild WASN'T removed (so adding a new ebuild version)
60+
- updated if the previous ebuild WAS removed (so updating an old version to the new version)
5261
sudo emerge --update --newuse --deep --quiet-build -a @world
5362

5463

0 commit comments

Comments
 (0)