Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
40a3c97d
Commit
40a3c97d
authored
Dec 04, 2008
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update QuickHelp, remove unneeded comments
parent
38ae29ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
28 deletions
+26
-28
Makefile
Makefile
+2
-2
QuickHelp.koi8-r.txt
QuickHelp.koi8-r.txt
+12
-13
QuickHelp.txt
QuickHelp.txt
+12
-13
No files found.
Makefile
View file @
40a3c97d
...
@@ -3,10 +3,10 @@ all: QuickHelp.txt QuickHelp.koi8-r.txt
...
@@ -3,10 +3,10 @@ all: QuickHelp.txt QuickHelp.koi8-r.txt
$(MAKE)
-C
po
$(MAKE)
-C
po
QuickHelp.koi8-r.txt
:
QuickHelp.koi8-r.txt
:
for
i
in
bin/
*
;
do
echo
-e
"
\n\n
---------------------------"
;
$$
i
-h
;
done
>
$@
for
i
in
bin/
*
;
do
echo
-e
"
\n\n
---------------------------"
;
$$
i
-h
;
done
|
grep
-v
"^Note:"
|
grep
-v
"^Target"
>
$@
QuickHelp.txt
:
QuickHelp.txt
:
for
i
in
bin/
*
;
do
echo
-e
"
\n\n
---------------------------"
;
LANG
=
C
$$
i
-h
;
done
>
$@
for
i
in
bin/
*
;
do
echo
-e
"
\n\n
---------------------------"
;
LANG
=
C
$$
i
-h
;
done
|
grep
-v
"^Note:"
|
grep
-v
"^Target"
>
$@
install
:
install
:
$(MAKE)
-C
po
install
$(MAKE)
-C
po
install
...
...
QuickHelp.koi8-r.txt
View file @
40a3c97d
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
ginit - initialize repo in git.alt for current project
Use: ginit without parameters
---------------------------
gpush - publish current project repo to git.alt
Use: gpush without parameters
---------------------------
loginhsh - install package in hasher / take shell
loginhsh - install package in hasher / take shell
Usage: [-t -i -h -r] bin.rpm...
Usage: [-t -i -h -r] bin.rpm...
:
:
...
@@ -16,11 +25,9 @@ Warning: Can't get topdir from Makefile.in
...
@@ -16,11 +25,9 @@ Warning: Can't get topdir from Makefile.in
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
myhsh - build package via hasher
myhsh - build package via hasher
Usage: [-m -s -u -i -c] s
pec
...
Usage: [-m -s -u -i -c] s
rc.rpm
...
:
:
-m -
-s - ()
-s - ()
-u - ()
-u - ()
-i - install built packages in test hasher
-i - install built packages in test hasher
...
@@ -28,8 +35,7 @@ Usage: [-m -s -u -i -c] spec...
...
@@ -28,8 +35,7 @@ Usage: [-m -s -u -i -c] spec...
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmbb - build binary rpm from spec
rpmbb - build binary rpm from spec (with ccache using if found)
Usage: [-c -p -i -r] spec...
Usage: [-c -p -i -r] spec...
:
:
-c - start from compile stage
-c - start from compile stage
...
@@ -39,7 +45,6 @@ Usage: [-c -p -i -r] spec...
...
@@ -39,7 +45,6 @@ Usage: [-c -p -i -r] spec...
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmbph - backports spec and rebuild it
rpmbph - backports spec and rebuild it
Usage: [-r -u -U -n -i -m -v] spec...
Usage: [-r -u -U -n -i -m -v] spec...
:
:
...
@@ -51,7 +56,6 @@ Usage: [-r -u -U -n -i -m -v] spec...
...
@@ -51,7 +56,6 @@ Usage: [-r -u -U -n -i -m -v] spec...
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmbs - make src.rpm from spec
rpmbs - make src.rpm from spec
Usage: [-s -u -c -n --nodeps] spec...
Usage: [-s -u -c -n --nodeps] spec...
:
:
...
@@ -66,7 +70,6 @@ Usage: [-s -u -c -n --nodeps] spec...
...
@@ -66,7 +70,6 @@ Usage: [-s -u -c -n --nodeps] spec...
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmbsh - BSH - build source; use hasher
rpmbsh - BSH - build source; use hasher
Usage: [-r -s -u -m -i -c] spec...
Usage: [-r -s -u -m -i -c] spec...
:
:
...
@@ -83,7 +86,6 @@ rpmbugs [-t] spec | bug number | package name | -qf command | /path/to/file - op
...
@@ -83,7 +86,6 @@ rpmbugs [-t] spec | bug number | package name | -qf command | /path/to/file - op
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmcs spec - cleanup spec (like cleanup_spec command), adapted to ALT
rpmcs spec - cleanup spec (like cleanup_spec command), adapted to ALT
...
@@ -102,7 +104,6 @@ rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to
...
@@ -102,7 +104,6 @@ rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmgs - get sources for spec
rpmgs - get sources for spec
Usage: [-a -r ] spec...
Usage: [-a -r ] spec...
:
:
...
@@ -123,7 +124,6 @@ rpmU - the same as [sudo] rpm -Uvh - update package
...
@@ -123,7 +124,6 @@ rpmU - the same as [sudo] rpm -Uvh - update package
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmunmets - tests unmets in build packages
rpmunmets - tests unmets in build packages
Usage: [-M24 -M40]
Usage: [-M24 -M40]
:
:
...
@@ -132,7 +132,6 @@ Usage: [-M24 -M40]
...
@@ -132,7 +132,6 @@ Usage: [-M24 -M40]
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmurl - open package Url in browser
rpmurl - open package Url in browser
Usage: [-c -f -p -s] spec or package...
Usage: [-c -f -p -s] spec or package...
:
:
...
...
QuickHelp.txt
View file @
40a3c97d
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
ginit - initialize repo in git.alt for current project
Use: ginit without parameters
---------------------------
gpush - publish current project repo to git.alt
Use: gpush without parameters
---------------------------
loginhsh - install package in hasher / take shell
loginhsh - install package in hasher / take shell
Usage: [-t -i -h -r] bin.rpm...
Usage: [-t -i -h -r] bin.rpm...
Options:
Options:
...
@@ -16,11 +25,9 @@ Warning: Can't get topdir from Makefile.in
...
@@ -16,11 +25,9 @@ Warning: Can't get topdir from Makefile.in
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
myhsh - build package via hasher
myhsh - build package via hasher
Usage: [-m -s -u -i -c] s
pec
...
Usage: [-m -s -u -i -c] s
rc.rpm
...
Options:
Options:
-m - mail result log
-s - sign package(s)
-s - sign package(s)
-u - sign and upload package(s) to Incoming
-u - sign and upload package(s) to Incoming
-i - install built packages in test hasher
-i - install built packages in test hasher
...
@@ -28,8 +35,7 @@ Options:
...
@@ -28,8 +35,7 @@ Options:
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmbb - build binary rpm from spec
rpmbb - build binary rpm from spec (with ccache using if found)
Usage: [-c -p -i -r] spec...
Usage: [-c -p -i -r] spec...
Options:
Options:
-c - start from compile stage
-c - start from compile stage
...
@@ -39,7 +45,6 @@ Options:
...
@@ -39,7 +45,6 @@ Options:
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmbph - backports spec and rebuild it
rpmbph - backports spec and rebuild it
Usage: [-r -u -U -n -i -m -v] spec...
Usage: [-r -u -U -n -i -m -v] spec...
Options:
Options:
...
@@ -51,7 +56,6 @@ Options:
...
@@ -51,7 +56,6 @@ Options:
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmbs - make src.rpm from spec
rpmbs - make src.rpm from spec
Usage: [-s -u -c -n --nodeps] spec...
Usage: [-s -u -c -n --nodeps] spec...
Options:
Options:
...
@@ -66,7 +70,6 @@ Options:
...
@@ -66,7 +70,6 @@ Options:
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmbsh - BSH - build source; use hasher
rpmbsh - BSH - build source; use hasher
Usage: [-r -s -u -m -i -c] spec...
Usage: [-r -s -u -m -i -c] spec...
Options:
Options:
...
@@ -83,7 +86,6 @@ rpmbugs [-t] spec | bug number | package name | -qf command | /path/to/file - op
...
@@ -83,7 +86,6 @@ rpmbugs [-t] spec | bug number | package name | -qf command | /path/to/file - op
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmcs spec - cleanup spec (like cleanup_spec command), adapted to ALT
rpmcs spec - cleanup spec (like cleanup_spec command), adapted to ALT
...
@@ -102,7 +104,6 @@ rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to
...
@@ -102,7 +104,6 @@ rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmgs - get sources for spec
rpmgs - get sources for spec
Usage: [-a -r ] spec...
Usage: [-a -r ] spec...
Options:
Options:
...
@@ -123,7 +124,6 @@ rpmU - the same as [sudo] rpm -Uvh - update package
...
@@ -123,7 +124,6 @@ rpmU - the same as [sudo] rpm -Uvh - update package
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmunmets - tests unmets in build packages
rpmunmets - tests unmets in build packages
Usage: [-M24 -M40]
Usage: [-M24 -M40]
Options:
Options:
...
@@ -132,7 +132,6 @@ Options:
...
@@ -132,7 +132,6 @@ Options:
---------------------------
---------------------------
Target ALT Linux system: SS, use /etc/apt/apt.conf.SS
rpmurl - open package Url in browser
rpmurl - open package Url in browser
Usage: [-c -f -p -s] spec or package...
Usage: [-c -f -p -s] spec or package...
Options:
Options:
...
...
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