Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
mlz
Frida
Commits
a35e9868
Commit
a35e9868
authored
9 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
update release instructions for liblmfit
parent
e2f24a49
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
distrib/fridalibs/HOWTO
+4
-4
4 additions, 4 deletions
distrib/fridalibs/HOWTO
with
4 additions
and
4 deletions
distrib/fridalibs/HOWTO
+
4
−
4
View file @
a35e9868
...
@@ -35,7 +35,7 @@ scp ~/data/tgz/$A.tgz wuttke@a:/www/apps/src/frida/
...
@@ -35,7 +35,7 @@ scp ~/data/tgz/$A.tgz wuttke@a:/www/apps/src/frida/
# choose project directory:
# choose project directory:
export P=<prj>
export P=<prj>
export V=<version>
export V=<version>
export A=$P-$V
export A=$P-$V
export D=/G/$P
export D=/G/$P
...
@@ -71,10 +71,10 @@ dl ~/data/tgz/$P*
...
@@ -71,10 +71,10 @@ dl ~/data/tgz/$P*
rm $A # auch wenn's nicht gestimmt hat, sonst wird's beim nächsten Mal rekursiv
rm $A # auch wenn's nicht gestimmt hat, sonst wird's beim nächsten Mal rekursiv
cd $D
cd $D
git commit -a
git commit -a -m "This is release $A."
# <- "This is release <prj>-<version>."
git tag $A
git tag $A
git push
git push
git push --tags
# remove old version?
# remove old version?
ssh wuttke@a mv /www/apps/src/$P/$P-*.tgz /www/apps/src/$P/old/
ssh wuttke@a mv /www/apps/src/$P/$P-*.tgz /www/apps/src/$P/old/
...
@@ -85,7 +85,7 @@ autoreconf -fi
...
@@ -85,7 +85,7 @@ autoreconf -fi
./configure
./configure
make install
make install
scp $D/man/*.html
wuttke
@a:/www/apps/man/
scp $D/man/*.html
root
@a:/www/apps/man/
cd $D
cd $D
vi configure.ac
vi configure.ac
...
...
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