Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# building dvd repository update
# Mahyuddin Susanto <udienz@unej.ac.id>
# use ./dvd-repo-ubuntu.sh $ARCH
SRC=/ftp/ubuntu/
BASE=`pwd`
#RELEASE=hardy
RELEASE="dapper gutsy hardy intrepid"
ARCH=$1
#!/bin/bash
# building dvd ubuntu release
# Mahyuddin Susanto <udienz@unej.ac.id>
# use ./dvd-repo-ubuntu.sh $ARCH $RELEASE
# example ./dvd-repo-ubuntu.sh i386 hardy
SRC=/ftp/ubuntu/
BASE=`pwd`
#RELEASE=hardy
RELEASE="$2"
#!/bin/bash
# building dvd repository for debian
# Mahyuddin Susanto <udienz@unej.ac.id>
# use ./dvd-repo-ubuntu.sh $ARCH
SRC=/ftp/debian/
BASE=`pwd`
#RELEASE=hardy
RELEASE="sid squeeze lenny experimental"
ARCH=$1
#!/bin/bash
# Mahyuddin Susanto
# a long time ago we use this script to maintain http://mirror.unej.ac.id
mirror=mirror.unej.ac.id
root=debian
method=http
dist=oldstable,stable,unstable,testing,experimental,etch,lenny,squeeze,sid
seksi=main,contrib,non-free
arch=i386
#!/bin/bash
VERBOSE=""
if echo "$@" | grep -q -- "-v"; then
VERBOSE=1
fi
HOSTNAME="$(hostname -f)"
## The mirror to use
#! /bin/sh
set -e
# This script originates from http://www.debian.org/mirror/anonftpsync
# CVS: cvs.debian.org:/cvs/webwml - webwml/english/mirror/anonftpsync
# Version: $Id: anonftpsync,v 1.43 2008-06-15 18:16:04 spaillar Exp $
# Note: You MUST have rsync 2.6.4 or newer, which is available in sarge
# and all newer Debian releases, or at http://rsync.samba.org/
Origin: Jerux
Label: Jerux
Codename: jaunty
Suite: jaunty
Components: main contrib non-free
UDebComponents: main contrib non-free
Architectures: i386 amd64 source
Version: 5.0
Description: Jerux 5 jaunty
Update: - update.jaunty
#!/bin/sh
# This is an example script that can be hooked into reprepro
# to generate a hierachy like packages.debian.org/changelogs/
# All you have to do is to copy it into you conf/ directory,
# and add the following to any distribution in conf/distributions
# you want to have changelogs and copyright files extracted:
#Log:
# --type=dsc changelogs.example
# (note the space at the beginning of the second line).
# This will cause this script to extract changelogs for all
basedir /home/udienz/reprepro
confdir /home/udienz/reprepro/conf
dbdir /home/udienz/reprepro/db
outdir /home/udienz/reprepro/repository
Name: pull.jaunty
From: nanggar
Name: pull.jaunty-updates
From: nanggar-updates
Name: pull.jaunty-security
From: nanggar-security
Name: pull.nanggar