File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,19 @@ How to create a new Gentoo tinyorm ebuild:
45
45
------------------------------------------
46
46
47
47
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
49
49
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)
52
61
sudo emerge --update --newuse --deep --quiet-build -a @world
53
62
54
63
You can’t perform that action at this time.
0 commit comments