Skip to content

Commit

Permalink
* Update packages: q4wine-devel and q4wine-qt4-devel.
Browse files Browse the repository at this point in the history
* Update common scripts.
* Update dput config.
  • Loading branch information
tehnick committed Feb 4, 2016
1 parent ae3947e commit 68c22f1
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 31 deletions.
11 changes: 6 additions & 5 deletions Debian/updating_native_packages
Expand Up @@ -140,11 +140,12 @@ konsole &> /dev/null &
# Local repo
if [ "${1}" != "fast" ]; then
export APT_DIR="${MAIN_DIR}/LocalRepo"
mkdir -p "${APT_DIR}"
cp -f "${TEST_DIR}"/*.deb "${APT_DIR}/"
mkdir -p "${APT_DIR}/${PACKAGE}/"
cp -f "${TEST_DIR}"/*.deb "${APT_DIR}/${PACKAGE}/"
cd "${APT_DIR}/" || exit 1
rm -f Packages*
apt-ftparchive packages . | gzip > Packages.gz
gpg --output Packages.gpg -ba Packages.gz
rm -f Packages* InRelease* Release*
apt-ftparchive packages . > Packages
gzip -c Packages > Packages.gz
gpg -abs -o Packages.gpg Packages.gz
fi

11 changes: 6 additions & 5 deletions Debian/updating_packages
Expand Up @@ -174,11 +174,12 @@ konsole &> /dev/null &
# Local repo
if [ "${1}" != "fast" ]; then
export APT_DIR="${MAIN_DIR}/LocalRepo"
mkdir -p "${APT_DIR}"
cp -f "${TEST_DIR}"/*.deb "${APT_DIR}/"
mkdir -p "${APT_DIR}/${PACKAGE}/"
cp -f "${TEST_DIR}"/*.deb "${APT_DIR}/${PACKAGE}/"
cd "${APT_DIR}/" || exit 1
rm -f Packages*
apt-ftparchive packages . | gzip > Packages.gz
gpg --output Packages.gpg -ba Packages.gz
rm -f Packages* InRelease* Release*
apt-ftparchive packages . > Packages
gzip -c Packages > Packages.gz
gpg -abs -o Packages.gpg Packages.gz
fi

11 changes: 6 additions & 5 deletions Debian/updating_single-diff_packages
Expand Up @@ -145,11 +145,12 @@ echo "Update finished successfully"
# Local repo
if [ "${1}" != "fast" ]; then
export APT_DIR="${MAIN_DIR}/LocalRepo"
mkdir -p "${APT_DIR}"
cp -f "${TEST_DIR}"/*.deb "${APT_DIR}/"
mkdir -p "${APT_DIR}/${PACKAGE}/"
cp -f "${TEST_DIR}"/*.deb "${APT_DIR}/${PACKAGE}/"
cd "${APT_DIR}/" || exit 1
rm -f Packages*
apt-ftparchive packages . | gzip > Packages.gz
gpg --output Packages.gpg -ba Packages.gz
rm -f Packages* InRelease* Release*
apt-ftparchive packages . > Packages
gzip -c Packages > Packages.gz
gpg -abs -o Packages.gpg Packages.gz
fi

2 changes: 2 additions & 0 deletions Launchpad/eiskaltdcpp/automatic_update_eiskaltdcpp
Expand Up @@ -50,6 +50,8 @@ export UPDATE_STRING="New stable release."
export A_TYPE="xz"
export D_ARGS="xJf"

export DESTINATION="direct-connect"

# Launch common script for updating packages and uploading them to Launchpad
source "${MAIN_DIR}/Launchpad/updating_packages"

2 changes: 1 addition & 1 deletion Launchpad/q4wine-devel/q4wine-devel-debian
2 changes: 1 addition & 1 deletion Launchpad/q4wine-qt4-devel/q4wine-qt4-devel-debian
11 changes: 6 additions & 5 deletions Launchpad/updating_packages
Expand Up @@ -191,11 +191,12 @@ echo "Update finished successfully"
# Local repo
if [ "${1}" != "fast" ]; then
export APT_DIR="${MAIN_DIR}/LocalRepo"
mkdir -p "${APT_DIR}"
cp -f "${TEST_DIR}"/*.deb "${APT_DIR}/"
mkdir -p "${APT_DIR}/${PACKAGE}/"
cp -f "${TEST_DIR}"/*.deb "${APT_DIR}/${PACKAGE}/"
cd "${APT_DIR}/" || exit 1
rm -f Packages*
apt-ftparchive packages . | gzip > Packages.gz
gpg --output Packages.gpg -ba Packages.gz
rm -f Packages* InRelease* Release*
apt-ftparchive packages . > Packages
gzip -c Packages > Packages.gz
gpg -abs -o Packages.gpg Packages.gz
fi

20 changes: 20 additions & 0 deletions _dput.cf
Expand Up @@ -30,6 +30,26 @@ run_dinstall = 0
progress_indicator = 2
passive_ftp = 1

[direct-connect]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~tehnick/direct-connect/ubuntu/
login = anonymous
allow_unsigned_uploads = 0
run_dinstall = 0
progress_indicator = 2
passive_ftp = 1

[direct-connect-devel]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~tehnick/direct-connect-devel/ubuntu/
login = anonymous
allow_unsigned_uploads = 0
run_dinstall = 0
progress_indicator = 2
passive_ftp = 1

[plasma-widget-cwp]
fqdn = ppa.launchpad.net
method = ftp
Expand Down
16 changes: 8 additions & 8 deletions deb-packages.html
Expand Up @@ -13,7 +13,7 @@
<br>
<div id="mainText">
<div id="statText">
<b>Last update:</b> 2016-02-04 23:14:44<br>
<b>Last update:</b> 2016-02-05 01:00:01<br>
<br>
<b>Debian (22):</b>
<div id="stat">
Expand Down Expand Up @@ -427,7 +427,7 @@
2.3.0-20141028-002031-3141373-0ppa1~utopic1
</td>
<td class="color-outdated">
2.3.0-20160204-231526-fe59c2e-0ppa1~xenial1
2.3.0-20160205-010030-fe59c2e-0ppa1~xenial1
</td>
<td>
<a href="https://tracker.debian.org/pkg/eiskaltdcpp-unstable">PTS</a>
Expand Down Expand Up @@ -649,9 +649,9 @@
q4wine-devel
</td>
<td>
1.2-r2-33-g2da35a7-0ppa1~xenial1
1.2-r2-34-g8be125a-0ppa1~xenial1
</td>
<td class="color-outdated">
<td class="color-actual">
1.2-r2-34-g8be125a-0ppa1~xenial1
</td>
<td>
Expand Down Expand Up @@ -679,9 +679,9 @@
q4wine-qt4-devel
</td>
<td>
1.2-r2-33-g2da35a7-0ppa1~wily1
1.2-r2-34-g8be125a-0ppa1~wily1
</td>
<td class="color-outdated">
<td class="color-actual">
1.2-r2-34-g8be125a-0ppa1~wily1
</td>
<td>
Expand Down Expand Up @@ -726,8 +726,8 @@
<td>
0.9.3-1ppa1~xenial1
</td>
<td class="color-actual">
0.9.3-1ppa1~wily1
<td class="color-newer">
-1ppa1~wily1
</td>
<td>
<a href="https://tracker.debian.org/pkg/qxmpp-qt4">PTS</a>
Expand Down
2 changes: 1 addition & 1 deletion popcon-stat.html
Expand Up @@ -13,7 +13,7 @@
<br>
<div id="mainText">
<div id="statText">
<b>Page was generated:</b> 2016-02-04 23:14:36<br>
<b>Page was generated:</b> 2016-02-05 00:05:05<br>
<br>
<b>There are 34 packages for Debian and Ubuntu:</b>
<div id="stat">
Expand Down

0 comments on commit 68c22f1

Please sign in to comment.