Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
0d059bca
Commit
0d059bca
authored
Feb 15, 2007
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ack, fix last revision.
parent
96f928ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
tbsetup/archive_control.in
tbsetup/archive_control.in
+5
-5
tbsetup/template_create.in
tbsetup/template_create.in
+2
-2
No files found.
tbsetup/archive_control.in
View file @
0d059bca
...
...
@@ -230,10 +230,10 @@ if ($action eq "commit") {
}
}
elsif
(
$action
eq
"
tag
")
{
usage
()
if
(
!
@ARGV
);
my
$tag
=
$
ARGV
[
0
]
;
my
$tag
=
"
tag
";
$tag
=
$ARGV
[
0
]
if
(
@
ARGV
)
;
if
(
!
TBcheck_dbslot
(
$tag
,
"
archive_tags
",
"
tag
",
TBDB_CHECKDBSLOT_WARN
|
TBDB_CHECKDBSLOT_ERROR
))
{
...
...
@@ -244,7 +244,7 @@ elsif ($action eq "tag") {
$tag
=
$
1
;
my
$usertag
=
0
;
if
(
defined
(
$options
{"
u
"}))
{
if
(
scalar
(
@ARGV
)
&&
defined
(
$options
{"
u
"}))
{
$usertag
=
1
;
}
...
...
tbsetup/template_create.in
View file @
0d059bca
...
...
@@ -210,10 +210,10 @@ if ($STAMPS) {
$parent_template
->
Stamp
("
template_create
",
"
modified
");
$template
->
Stamp
("
template_create
",
"
creating
",
undef
,
"
parent_version
",
$parent_vers
);
"
parent_version
",
$parent_vers
);
}
else
{
$template
->
Stamp
("
template_create
",
"
creating
",
undef
,
"
new
",
0
);
$template
->
Stamp
("
template_create
",
"
creating
",
"
",
0
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment