Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
85170e8f
Commit
85170e8f
authored
Oct 04, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release_helper: support i586 in RPM/RPMS dir
parent
63834d16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
release_helper.sh
conf/release_helper.sh
+5
-4
No files found.
conf/release_helper.sh
View file @
85170e8f
...
...
@@ -7,17 +7,16 @@ load_mod spec
REL
=
eter
MAILDOMAIN
=
server
RPMBINDIR
=
$RPMDIR
/RPMS
# builder50 path
TOPDIR
=
/var/ftp/pvt/Etersoft/Ourside/
PROJECT
=
$1
test
-n
"
$PROJECT
"
||
PROJECT
=
uniset
PKGNAME
=
uniset
SPECNAME
=
libuniset.spec
PROJECT
=
$1
test
-n
"
$PROJECT
"
||
PROJECT
=
$PKGNAME
if
[
-d
"
$TOPDIR
"
]
;
then
GEN
=
"genbasedir --create --progress --topdir=
$TOPDIR
i586
$PROJECT
"
else
...
...
@@ -51,6 +50,8 @@ echo "inform mail sent to $MAILTO"
function
cp2ftp
()
{
RPMBINDIR
=
$RPMDIR
/RPMS
test
-d
$RPMBINDIR
/i586
&&
RPMBINDIR
=
$RPMBINDIR
/i586
mkdir
-p
$BACKUPDIR
mv
-f
$FTPDIR
/
*
$PKGNAME
*
$BACKUPDIR
/
mv
-f
$RPMBINDIR
/
*
$PKGNAME
*
$FTPDIR
/
...
...
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