svn-commit-version in one step
Jörg Sommer
joerg at alea.gnuu.de
Fri Jul 6 13:54:45 UTC 2007
Tag Rafael,
why do you do the release in two steps: commit the changes of changelog
and than copy to tags. You can do this in one step.
Index: utils/svn-commit-version
===================================================================
--- utils/svn-commit-version (Revision 798)
+++ utils/svn-commit-version (Arbeitskopie)
@@ -40,6 +40,8 @@
}
}
+close(CHGLOG);
+
my $trunkdir = "$svndir/$pkgname/trunk";
die "Trunk directory $trunkdir does not exist"
if not -d $trunkdir;
@@ -54,7 +56,7 @@
system $cmd if not $dry_run;
}
-run "svn ci --message=\"Debian release ${pkgname}_$version\" $debdir";
+# run "svn ci --message=\"Debian release ${pkgname}_$version\" $debdir";
run "svn up $trunkdir";
run "svn cp $trunkdir $tagsdir/$version";
Bye, Jörg.
--
> Ich kenn mich mit OpenBSD kaum aus, was sind denn da so die
> Vorteile gegenueber Linux und iptables?
Der Fuchsschwanzeffekt ist größer. :->
Message-ID: <slrnb11064.54g.hschlen at humbert.ddns.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-jed-devel/attachments/20070706/c933f109/attachment.pgp
More information about the Pkg-jed-devel
mailing list