Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ensembl-gh-mirror
zmap
Commits
8b2b8b1f
Commit
8b2b8b1f
authored
15 years ago
by
zmap
Browse files
Options
Downloads
Patches
Plain Diff
save a script on how this build was done
parent
99bcca64
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gtk/build.sh
+11
-0
11 additions, 0 deletions
gtk/build.sh
with
11 additions
and
0 deletions
gtk/build.sh
+
11
−
0
View file @
8b2b8b1f
...
...
@@ -33,6 +33,17 @@ if [ $# -gt 0 ]; then
eval
"
$*
"
fi
# note how we were run
now_time
=
$(
date
+%H_%M_%S
)
now
=
$(
date
)
cat
<<
EOF
> build_run.
$now_time
.sh
#!/bin/bash
# Auto generated by
$0
# Run by
$USER
at
$now
# INITIAL_DIR=
$INITIAL_DIR
$0
$*
EOF
# we save some config for sub-processes
build_save_execution_config
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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