public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Ruppert" <idl0r@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: /
Date: Tue, 14 Feb 2012 03:28:37 +0000 (UTC)	[thread overview]
Message-ID: <1329190099.2155c7d0f62c9e3eefc81ca4e971b9fb78d356e6.idl0r@gentoo> (raw)

commit:     2155c7d0f62c9e3eefc81ca4e971b9fb78d356e6
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 03:28:19 2012 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 03:28:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=2155c7d0

Make the dist target git compatible

---
 Makefile |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index 8f86ecb..1874375 100644
--- a/Makefile
+++ b/Makefile
@@ -82,20 +82,20 @@ uninstall-file-%: $(subst _,/,$*)
 	[ ! -f "$(PREFIX)/$(subst _,/,$*)" ] || rm "$(PREFIX)/$(subst _,/,$*)"
 
 tag:
-	svn up
-	svn cp ../gentoo-syntax ../../tags/gentoo-syntax/release-$(distver)
+	git pull
+	git tag $(distpkg)
 	@echo
-	@echo "tag created remember to check it in"
+	@echo "tag created remember to push it"
 	@echo
 
 dist: tag
-	mkdir "$(distpkg)"
-	$(MAKE) PREFIX="$(distpkg)" install
-	svn2cl
-	mv ChangeLog "$(distpkg)/"
-	cp README "$(distpkg)/"
-	tar jcf "$(distpkg).tar.bz2" "$(distpkg)"
-	rm -fr "$(distpkg)/"
+	git archive --prefix=$(distpkg)/ --format=tar -o $(distpkg).tar $(distpkg)
+	mkdir $(distpkg)/
+	git log > $(distpkg)/ChangeLog
+	tar vfr $(distpkg).tar $(distpkg)/ChangeLog
+	bzip2 $(distpkg).tar
+	rm -rf $(distpkg)/
+
 
 dist-upload: dist
 	scp $(distpkg).tar.bz2 dev.gentoo.org:/space/distfiles-local/



             reply	other threads:[~2012-02-14  3:28 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-14  3:28 Christian Ruppert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-02 22:04 [gentoo-commits] proj/gentoo-syntax:master commit in: / Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-29  8:00 Tim Harder
2016-02-02 17:20 Tim Harder
2016-02-02 17:29 Tim Harder
2016-03-06  0:09 Tim Harder
2016-03-06  0:23 Tim Harder
2016-03-06  0:23 Tim Harder
2021-02-07  0:29 Vadim Misbakh-Soloviov
2021-09-11 14:09 Mike Gilbert
2022-02-23 15:45 Michał Górny
2022-02-23 15:45 Michał Górny
2022-02-23 15:51 Michał Górny
2022-02-23 22:27 Michał Górny
2022-07-13  5:26 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1329190099.2155c7d0f62c9e3eefc81ca4e971b9fb78d356e6.idl0r@gentoo \
    --to=idl0r@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox