* [gentoo-commits] proj/binutils-config:master commit in: /
@ 2020-06-21 12:38 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-06-21 12:38 UTC (permalink / raw
To: gentoo-commits
commit: 92d8bec435b30be3b767ff792994000fa283e55d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 12:38:41 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 12:38:41 2020 +0000
URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=92d8bec4
README: fix tag prefix
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 205fa5f..67d8d9f 100644
--- a/README
+++ b/README
@@ -5,5 +5,5 @@ Repository lives at https://gitweb.gentoo.org/proj/binutils-config.git/
Releasing
---------
- $ release=v5.3.2; git tag -a -s -m "release ${release}" v${release}; make dist PV=${release}
+ $ release=5.3.2; git tag -a -s -m "release ${release}" v${release}; make dist PV=${release}
$ git push --tags origin
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/binutils-config:master commit in: /
@ 2020-06-21 12:37 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-06-21 12:37 UTC (permalink / raw
To: gentoo-commits
commit: c2975f1e87660cc6e6ec4a013d8c08a566f7db8f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 12:37:19 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 12:37:19 2020 +0000
URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=c2975f1e
README: add 'Releasing' section
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
README | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README b/README
index 4d20a02..205fa5f 100644
--- a/README
+++ b/README
@@ -1,3 +1,9 @@
sys-devel/binutils-config : Utility to change the binutils version being used
Repository lives at https://gitweb.gentoo.org/proj/binutils-config.git/
+
+Releasing
+---------
+
+ $ release=v5.3.2; git tag -a -s -m "release ${release}" v${release}; make dist PV=${release}
+ $ git push --tags origin
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/binutils-config:master commit in: /
@ 2020-05-21 18:48 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-05-21 18:48 UTC (permalink / raw
To: gentoo-commits
commit: 23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 18:48:27 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 21 18:48:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=23e0a288
README.md: rename to plaitext README
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Makefile | 2 +-
README.md => README | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 42dbeff..7fd7959 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ all: # no-op
install: all
$(MKDIR_P) $(DESTDIR)$(BINDIR) $(DESTDIR)$(DOCDIR) $(DESTDIR)$(ESELECTDIR) $(DESTDIR)$(MANDIR)/man8
$(INSTALL_EXE) src/binutils-config $(DESTDIR)$(BINDIR)
- $(INSTALL_DATA) README.md $(DESTDIR)$(DOCDIR)
+ $(INSTALL_DATA) README $(DESTDIR)$(DOCDIR)
$(INSTALL_DATA) src/binutils.eselect $(DESTDIR)$(ESELECTDIR)
$(INSTALL_DATA) src/binutils-config.8 $(DESTDIR)$(MANDIR)/man8
diff --git a/README.md b/README
similarity index 82%
rename from README.md
rename to README
index 178587b..4d20a02 100644
--- a/README.md
+++ b/README
@@ -1,5 +1,3 @@
-# binutils-config
sys-devel/binutils-config : Utility to change the binutils version being used
-# development
Repository lives at https://gitweb.gentoo.org/proj/binutils-config.git/
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/binutils-config:master commit in: /
@ 2020-05-21 18:26 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-05-21 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 5f813f3498c97f62059f4f31978d780d46d41744
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 18:26:35 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 21 18:26:35 2020 +0000
URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=5f813f34
README.md: add link to development repository
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index ec556d5..178587b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
# binutils-config
sys-devel/binutils-config : Utility to change the binutils version being used
+
+# development
+Repository lives at https://gitweb.gentoo.org/proj/binutils-config.git/
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-06-21 12:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-21 12:38 [gentoo-commits] proj/binutils-config:master commit in: / Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-06-21 12:37 Sergei Trofimovich
2020-05-21 18:48 Sergei Trofimovich
2020-05-21 18:26 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox