diff --git a/ubuntu-backports.sh b/ubuntu-backports.sh index 9b8cc36..c9f0971 100644 --- a/ubuntu-backports.sh +++ b/ubuntu-backports.sh @@ -65,7 +65,7 @@ wget -nv https://launchpad.net/ubuntu/+archive/primary/+files/reprepro_5.3.0-1.4 apt install -y ./reprepro_5.3.0-1.4_amd64.deb # Add the new packages to the repo -../ppp repoadd ./output/ "-C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" +../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/ diff --git a/ubuntu-proposed.sh b/ubuntu-proposed.sh index 421ea54..dd766b4 100644 --- a/ubuntu-proposed.sh +++ b/ubuntu-proposed.sh @@ -65,7 +65,7 @@ wget -nv https://launchpad.net/ubuntu/+archive/primary/+files/reprepro_5.3.0-1.4 apt install -y ./reprepro_5.3.0-1.4_amd64.deb # Add the new packages to the repo -../ppp repoadd ./output/ "-C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" +../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/ diff --git a/ubuntu-security.sh b/ubuntu-security.sh index d3408ce..c30b04d 100644 --- a/ubuntu-security.sh +++ b/ubuntu-security.sh @@ -65,7 +65,7 @@ wget -nv https://launchpad.net/ubuntu/+archive/primary/+files/reprepro_5.3.0-1.4 apt install -y ./reprepro_5.3.0-1.4_amd64.deb # Add the new packages to the repo -../ppp repoadd ./output/ "-C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" +../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/ diff --git a/ubuntu-updates.sh b/ubuntu-updates.sh index 53a61e4..9bd9064 100644 --- a/ubuntu-updates.sh +++ b/ubuntu-updates.sh @@ -65,7 +65,7 @@ wget -nv https://launchpad.net/ubuntu/+archive/primary/+files/reprepro_5.3.0-1.4 apt install -y ./reprepro_5.3.0-1.4_amd64.deb # Add the new packages to the repo -../ppp repoadd ./output/ "-C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" +../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/ diff --git a/ubuntu.sh b/ubuntu.sh index 8be6568..903ed89 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -65,7 +65,7 @@ wget -nv https://launchpad.net/ubuntu/+archive/primary/+files/reprepro_5.3.0-1.4 apt install -y ./reprepro_5.3.0-1.4_amd64.deb # Add the new packages to the repo -../ppp repoadd ./output/ "-C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" +../ppp repoadd ./output/ "--keepunusednewfiles --keepunreferencedfiles -C ubuntu -V --ignore=missingfield --basedir ./output/repo/ includedeb lunar" # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/