set group and permissions on files
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3384 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
310ecaaaee
commit
1151aa20e4
@ -82,8 +82,8 @@ echo "rpm -Uvh perl-Digest-MD5-2.36-1.aix5.3.ppc.rpm" >> $RPMDIR/instoss
|
||||
cp /opt/freeware/src/packages/RPMS/ppc/fping-2.4b2_to-1.aix5.3.ppc.rpm $RPMDIR/
|
||||
echo "rpm -Uvh fping-2.4b2_to-1.aix5.3.ppc.rpm" >> $RPMDIR/instoss
|
||||
|
||||
cp /opt/freeware/src/packages/RPMS/ppc/openslp-1.2.1-1.aix5.3.ppc.rpm $RPMDIR/
|
||||
echo "rpm -Uvh openslp-1.2.1-1.aix5.3.ppc.rpm" >> $RPMDIR/instoss
|
||||
cp /opt/freeware/src/packages/RPMS/ppc/openslp-xcat-1.2.1-1.aix5.3.ppc.rpm $RPMDIR/
|
||||
echo "rpm -Uvh openslp-xcat-1.2.1-1.aix5.3.ppc.rpm" >> $RPMDIR/instoss
|
||||
|
||||
cp /opt/freeware/src/packages/RPMS/ppc/perl-Crypt-SSLeay-0.57-1.aix5.3.ppc.rpm $RPMDIR/
|
||||
echo "rpm -Uvh perl-Crypt-SSLeay-0.57-1.aix5.3.ppc.rpm" >> $RPMDIR/instoss
|
||||
@ -126,4 +126,7 @@ echo "README" >> $RPMDIR/flist2
|
||||
tar -cvf $RPMDIR/xcat-mysql-$VER-$SNAP.tar -L $RPMDIR/flist2
|
||||
gzip $RPMDIR/xcat-mysql-$VER-$SNAP.tar
|
||||
|
||||
chgrp xcat *
|
||||
chmod g+w *
|
||||
|
||||
exit 0;
|
||||
|
@ -20,7 +20,8 @@
|
||||
#
|
||||
# scp *.rpm nott,xcat@web.sourceforge.net:/home/groups/x/xc/xcat/htdocs/aix/devel/core-snap
|
||||
#scp core-aix-snap.tar.gz nott,xcat@web.sourceforge.net:/home/groups/x/xc/xcat/htdocs/aix/devel
|
||||
#
|
||||
#scp *.rpm nott,xcat@web.sourceforge.net:/home/groups/x/xc/xcat/htdocs/aix/2.2/core-snap
|
||||
#scp core-aix-snap.tar.gz nott,xcat@web.sourceforge.net:/home/groups/x/xc/xcat/htdocs/aix/2.2
|
||||
|
||||
BLDTOP=`pwd`
|
||||
RPMDIR=$BLDTOP/aix-core-snap
|
||||
@ -98,6 +99,9 @@ ls *.rpm >> flist
|
||||
tar -cvf core-aix-snap.tar -L flist
|
||||
gzip core-aix-snap.tar
|
||||
|
||||
chgrp xcat *
|
||||
chmod g+w *
|
||||
|
||||
#
|
||||
# upload the tar file and RPMs to SourceForge
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user