[med-svn] [Git][med-team/community/helper-scripts][master] Setting port explicitly which seems to be required
Andreas Tille
gitlab at salsa.debian.org
Thu Aug 2 03:36:59 BST 2018
Andreas Tille pushed to branch master at Debian Med / community / helper-scripts
Commits:
2ad5c60f by Andreas Tille at 2018-08-02T02:36:33Z
Setting port explicitly which seems to be required
- - - - -
1 changed file:
- seek_outdated_med-packages
Changes:
=====================================
seek_outdated_med-packages
=====================================
--- a/seek_outdated_med-packages
+++ b/seek_outdated_med-packages
@@ -8,7 +8,7 @@ echo "Last-Update: `date -R`" > $OUTFILE
echo >> $OUTFILE
export PGPASSWORD="public-udd-mirror"
-psql --host=public-udd-mirror.xvm.mit.edu --username=public-udd-mirror udd >> $OUTFILE <<EOT
+psql --port=5432 --host=public-udd-mirror.xvm.mit.edu --username=public-udd-mirror udd >> $OUTFILE <<EOT
SELECT source AS "source ", version, upstream_version,
array_to_string(uploaders,',') AS "uploaders ",
changed_by_name AS "Last uploader ", date AS "Last uploaded" FROM (
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/commit/2ad5c60f0565722cd391892c13aeebf981b7e953
--
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/commit/2ad5c60f0565722cd391892c13aeebf981b7e953
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180802/c9f5035f/attachment.html>
More information about the debian-med-commit
mailing list