Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Doug Woos
452-labs
Commits
3d9a2a07
Commit
3d9a2a07
authored
Feb 13, 2014
by
Yandong Mao
Browse files
update
parent
32b505ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3d9a2a07
...
...
@@ -12,6 +12,9 @@ LABS=" lab1 lab2a lab2b lab3a lab3b lab4a lab4b "
if
test
-z
$(KEY)
;
then
\
echo
"Missing
$(PWD)
/api.key. Please create the file with your key in it or submit the
$@
-handin.tar.gz via the web interface."
;
\
else
\
echo
"Are you sure you want to submit
$@
? Enter 'yes' to continue:"
;
\
read
line
;
\
if
test
$$
line
!=
"yes"
;
then
echo
"Giving up submission"
;
exit
;
fi
;
\
curl
-F
file
=
@
$@
-handin
.tar.gz
-F
key
=
$(KEY)
http://ydmao.scripts.mit.edu/6.824/handin.py/upload
;
\
fi
;
\
else
\
...
...
src/shardmaster/common.go
View file @
3d9a2a07
...
...
@@ -52,7 +52,7 @@ type MoveReply struct {
}
type
QueryArgs
struct
{
Num
int
// desired config number
Num
int
// desired config number
}
type
QueryReply
struct
{
...
...
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