Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hust-x86-simulator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
recolic-hust
hust-x86-simulator
Commits
88af4967
There was an error fetching the commit references. Please try again later.
Commit
88af4967
authored
5 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
Add sleep seconds in setup.sh. Adjust readme
parent
65f3fa81
No related branches found
No related tags found
1 merge request
!4
HUST codebase improvement suggestions
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+0
-2
0 additions, 2 deletions
README.md
setup.sh
+2
-2
2 additions, 2 deletions
setup.sh
with
2 additions
and
4 deletions
README.md
+
0
−
2
View file @
88af4967
...
@@ -33,8 +33,6 @@ Use your favorite editor/IDE. Modify `.gitignore` as your will.
...
@@ -33,8 +33,6 @@ Use your favorite editor/IDE. Modify `.gitignore` as your will.
To make the teacher happy, you still need to call the
*shitty commit generator*
to create your commit.
To make the teacher happy, you still need to call the
*shitty commit generator*
to create your commit.
```
```
cd nemu
# Equivalent to `git commit -m GENERATE_MESSAGE("your message")`
# Equivalent to `git commit -m GENERATE_MESSAGE("your message")`
make git_gen M="Im doing something really good today. The shitty commit generator is not shitty anymore!"
make git_gen M="Im doing something really good today. The shitty commit generator is not shitty anymore!"
```
```
...
...
This diff is collapsed.
Click to expand it.
setup.sh
+
2
−
2
View file @
88af4967
...
@@ -12,8 +12,8 @@ function env_set() {
...
@@ -12,8 +12,8 @@ function env_set() {
[
-z
${
STUNAME
}
]
&&
echo
"STUNAME must be set (RTFM)"
&&
exit
[
-z
${
STUNAME
}
]
&&
echo
"STUNAME must be set (RTFM)"
&&
exit
echo
"uploading public key..."
echo
"uploading public key..."
echo
curl
-F
"id=
${
STUID
}
"
-F
"name=
${
STUNAME
}
"
-F
"file=@
${
HOME
}
/.ssh/RecolicPC.pub"
"https://
$hust_submit_server_host
/teach/api/uploads/pasetup"
echo
curl
-F
"id=
${
STUID
}
"
-F
"name=
${
STUNAME
}
"
-F
"file=@
${
HOME
}
/.ssh/RecolicPC.pub"
"https://
$hust_submit_server_host
/teach/api/uploads/pasetup"
curl
-F
"id=
${
STUID
}
"
-F
"name=
${
STUNAME
}
"
-F
"file=@
${
HOME
}
/.ssh/RecolicPC.pub"
"https://
$hust_submit_server_host
/teach/api/uploads/pasetup"
curl
-F
"id=
${
STUID
}
"
-F
"name=
${
STUNAME
}
"
-F
"file=@
${
HOME
}
/.ssh/RecolicPC.pub"
"https://
$hust_submit_server_host
/teach/api/uploads/pasetup"
-vv
sleep
2
sleep
10
echo
"setup git-remote..."
echo
"setup git-remote..."
git remote add hustpa
"pa@
$hust_submit_server_host
:
${
STUID
}
-git"
git remote add hustpa
"pa@
$hust_submit_server_host
:
${
STUID
}
-git"
git branch pa0
git branch pa0
...
...
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