mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
BUILD : 1.7.0 (26) BUGS : none NOTES : Testing svn access with a new am script.
git-svn-id: svn://svn.anope.org/anope/trunk@26 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@17 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
3e7ce67993
commit
b67196447f
@@ -1,7 +1,7 @@
|
||||
Anope Version 1.7.0
|
||||
--------------------
|
||||
Provided by Anope Dev. <dev@anope.org>
|
||||
2004/04/01 Added memo2mail and /msg memoserv set notify MAIL/NOMAIL
|
||||
2004/04/01 Added memo2mail and /msg memoserv set notify MAIL/NOMAIL.
|
||||
2004/03/31 Fixed MySQL double encryption if using MD5.
|
||||
2004/03/31 Implemented MySQL Phase2 (see docs/MYSQL file)
|
||||
2004/03/31 Modules can now add Commands/Messages from outside of AnopeInit.
|
||||
|
||||
@@ -23,12 +23,14 @@ my $fhint="version.log";
|
||||
|
||||
# Default values, change or use environment variables instead.
|
||||
my $copy="anope";
|
||||
my $svnuser="";
|
||||
my $svnpath="/usr/bin";
|
||||
my $svnroot="svn://zero.org/repos/$copy";
|
||||
my $editor="/usr/bin/vi";
|
||||
|
||||
# Environment variables SVNBINDIR and SVNROOT override the above
|
||||
# hardcoded values.
|
||||
$svnuser="$ENV{SVNUSER}" if ($ENV{SVNUSER});
|
||||
$svnpath="$ENV{SVNBINDIR}" if ($ENV{SVNBINDIR});
|
||||
$svnroot="$ENV{SVNROOT}" if ($ENV{SVNROOT});
|
||||
$editor="$ENV{EDITOR}" if ($ENV{EDITOR});
|
||||
@@ -372,7 +374,7 @@ NOTES : ";
|
||||
close(OUT);
|
||||
|
||||
print "*** Starting the upload...\n\n";
|
||||
my $rval=system("$svn commit $dst --message '$svn_comment'");
|
||||
my $rval=system("$svn commit $dst --username='$svnuser' --message '$svn_comment'");
|
||||
if ( $rval ) {
|
||||
print "*** Error: Unable to complete commit. Rolling back....\n\n";
|
||||
system("$svn revert $ctrlfile");
|
||||
|
||||
+5
-1
@@ -8,11 +8,15 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="0"
|
||||
VERSION_BUILD="25"
|
||||
VERSION_BUILD="26"
|
||||
VERSION_EXTRA=""
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.0 (26)
|
||||
# BUGS : none
|
||||
# NOTES : Testing svn access with a new am script.
|
||||
#
|
||||
# BUILD : 1.7.0 (25)
|
||||
# BUGS :
|
||||
# NOTES : Added memo2mail and /msg memoserv set notify MAIL/NOMAIL
|
||||
|
||||
Reference in New Issue
Block a user