Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyz
backupninja
Commits
87143986
Commit
87143986
authored
Oct 7, 2006
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Here is my trac commit
parent
054f9fb2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-1
2 additions, 1 deletion
ChangeLog
handlers/trac
+5
-0
5 additions, 0 deletions
handlers/trac
with
7 additions
and
1 deletion
ChangeLog
+
2
−
1
View file @
87143986
...
...
@@ -70,9 +70,10 @@ version 0.9.4 -- unreleased
. Removed warning about vserver not running (thanks anarcat)
ldap:
. Compress now happens in-line to save some disk space (Closes: #370778)
. ldaphost and tls options added for ldapsearch method (Closes: #362027)
makecd:
. Added nicelevel option (thanks rhatto)
trac:
. fixed problem when src was set to the trac repo directly (Closes: #382737)
lib changes
vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
...
...
...
...
This diff is collapsed.
Click to expand it.
handlers/trac
+
5
−
0
View file @
87143986
...
...
@@ -13,7 +13,12 @@ error=0
cd
$src
for
repo
in
`
find
.
-name
VERSION
`
do
repo
=
`
dirname
$repo
`
if
[
"
$repo
"
==
"."
]
then
repo
=
""
fi
# Just make the parent directory for $tmp/$repo
parentdir
=
`
dirname
$tmp
/
$repo
`
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment