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
8d9401e0
Commit
8d9401e0
authored
Oct 25, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small comments and helps update
parent
8012b098
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
gpull
bin/gpull
+6
-5
rpmbsh
bin/rpmbsh
+1
-5
rpmlog
bin/rpmlog
+1
-0
No files found.
bin/gpull
View file @
8d9401e0
...
...
@@ -9,11 +9,12 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ] ; then
echo
"Use: gpull [-a] [-n] [repo] [branch]"
echo
" gpull without parameters or with branch name"
echo
" gpull myrepo - for pull from remote myrepo gear repo (with --rebase by default)"
echo
" -a - pull all branches"
echo
" -r - rebase during pull"
echo
" -m - do merge if possible"
echo
" -f - pull with fast forward only (default)"
echo
" -c - return error status if repo was not uptodate (gpull || echo 'Was updated last time')"
echo
"Options:"
echo
" -a - pull all branches"
echo
" -r - rebase during pull"
echo
" -m - do merge if possible"
echo
" -f - pull with fast forward only (default)"
echo
" -c - return error status if repo was not uptodate (gpull || echo 'Was updated last time')"
exit
1
fi
...
...
bin/rpmbsh
View file @
8d9401e0
#!/bin/sh
# 2003-20
09
(c) Etersoft www.etersoft.ru
# 2003-20
10
(c) Etersoft www.etersoft.ru
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
#
# BSH - build source; use hasher
#
# Создаёт пакет(ы) по указанным спекам и собирает в hasher
# Поддерживает удалённую сборку пакета ( ключ -r)
# Присылка результата сборки по почте (ключ -m)
# TODO: Сжимать отправляемый лог
# TODO: присылать обратно собранные пакеты??
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
...
...
bin/rpmlog
View file @
8d9401e0
...
...
@@ -96,4 +96,5 @@ fi
add_changelog_helper
"
$CHANGELOG
"
$SPECNAME
# TODO: use gear-commit ?
git_commit_ignore_nothing
$SPECNAME
-m
"new build
$NEWREV
(with rpmlog script)"
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