Changeset 95542a8cda2dcae2f2dc6278ac5791d2d5f1101c
- Timestamp:
- 02/18/10 18:21:57
(3 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1266517317 +0000
- git-parent:
[37cace23f4db0b3b8de90f72ebec6308e97f991a]
- git-author:
- Mark Harrison <mark@omniti.com> 1266517317 +0000
- Message:
Remove hardcoded password (report by viq)
git-svn-id: https://labs.omniti.com/resmon/trunk@237 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra1ad640 |
r95542a8 |
|
| 27 | 27 | } |
|---|
| 28 | 28 | return ("BAD(wrong URL, in conf:".$arg->{'URL'}.", checked out: $URL)") if ($URL ne $arg->{'URL'}); |
|---|
| 29 | | my $uoutput = cache_command("$svn info --username svnsync --password Athi3izo --no-auth-cache --non-interactive $URL", 60); |
|---|
| | 29 | my $uoutput = cache_command("$svn info --username svnsync --no-auth-cache --non-interactive $URL", 60); |
|---|
| 30 | 30 | my @ulines = split (/\n/,$uoutput); |
|---|
| 31 | 31 | my ($ur); |
|---|