Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:reprepro [2014/10/29 23:53] – [Snapshoting] neyronwiki:reprepro [2014/10/29 23:57] (current) – [Snapshoting] neyron
Line 42: Line 42:
 Architecture: source Architecture: source
 EOF EOF
-cp source/Release binary-i386/Release +cat > binary-i386/Release <<EOF 
-cp source/Release binary-amd64/Release +Component: main 
-$ cp $POOL/oar_${VERSION}.{dsc,debian.tar.gz} source/pool/main/o/oar/ +Architecture: i386 
-$ cp $POOL/*${VERSION}_{all,i386}* binary-i386/pool/main/o/oar/ +EOF 
-$ cp $POOL/*${VERSION}_{all,amd64}* binary-amd64/pool/main/o/oar/+cat > binary-amd64/Release <<EOF 
 +Component: main 
 +Architecture: amd64 
 +EOF 
 +$ cp $POOL/oar_$VERSION.{dsc,debian.tar.gz} source/pool/main/o/oar/ 
 +$ cp $POOL/*$VERSION{_all,_i386}* binary-i386/pool/main/o/oar/ 
 +$ cp $POOL/*$VERSION{_all,_amd64}* binary-amd64/pool/main/o/oar/
 $ (cd source ; apt-ftparchive sources . > Sources ; gzip -c Sources > Sources.gz) $ (cd source ; apt-ftparchive sources . > Sources ; gzip -c Sources > Sources.gz)
 $ (cd binary-i386 ; apt-ftparchive packages . > Packages ; gzip -c Packages > Packages.gz) $ (cd binary-i386 ; apt-ftparchive packages . > Packages ; gzip -c Packages > Packages.gz)
wiki/reprepro.txt · Last modified: 2014/10/29 23:57 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki