mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Fiddle.
This commit is contained in:
parent
738904a12b
commit
cd31609f72
3 changed files with 25 additions and 0 deletions
5
dist/debian/Release.testing
vendored
Normal file
5
dist/debian/Release.testing
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Archive: testing
|
||||
Component: main
|
||||
Origin: swtch.com packages (Plan 9, Inferno)
|
||||
Label: swtch.com packages (Plan 9, Inferno)
|
||||
Architecture: i386
|
7
dist/debian/Release.top
vendored
Normal file
7
dist/debian/Release.top
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Origin: swtch.com packages (Plan 9, Inferno)
|
||||
Label: swtch.com packages (Plan 9, Inferno)
|
||||
Suite: testing
|
||||
Codename: swtch
|
||||
Architectures: i386
|
||||
Components: main
|
||||
Description: This repository mostly holds Plan 9-related software.
|
13
dist/debian/mkrep
vendored
Executable file
13
dist/debian/mkrep
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/local/plan9/bin/rc
|
||||
|
||||
rm -rf dists pool
|
||||
mkdir -p dists pool
|
||||
./mkpkg all
|
||||
d=dists/testing/main/binary-i386
|
||||
mkdir -p $d
|
||||
apt-ftparchive packages pool |tee $d/Packages |gzip >$d/Packages.gz
|
||||
cp Release.testing $d/Release
|
||||
{
|
||||
cat Release.top
|
||||
apt-ftparchive release dists/testing
|
||||
} >dists/testing/Release
|
Loading…
Reference in a new issue