[Spacewalk-devel] When changing schema, keep PostgreSQL in sync

2010-09-30 Thread Jan Pazdziora
it will no longer be true. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] PostgreSQL schema update needed

2010-09-30 Thread Jan Pazdziora
can run cd schema/spacewalk perl schema-source-sanity-check.pl to check that you did not break anything. Thank you ... and go start coding. ;-) -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel

Re: [Spacewalk-devel] Development environment build

2010-09-28 Thread Jan Pazdziora
OS and arch. Please don't hesitate to ask if you hit some issue. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk

[Spacewalk-devel] On changelogs

2010-09-24 Thread Jan Pazdziora
- End forwarded message - I wonder if we should change the way changelog is currently generated for our packages ... -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel

Re: [Spacewalk-devel] Development environment build

2010-09-24 Thread Jan Pazdziora
on the x-setup-specfile. [u...@spacewalk-development spacewalk]# make test-rpm Nowadays, you probably want to use tito instead to build the rpms. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing

Re: [Spacewalk-devel] possible breakage of spacewalk-backend

2010-08-14 Thread Jan Pazdziora
/usr/share/rhn to be a symlink to %{python_sitelib}/rhn or something similar. That's ugly. Since we have there other data which should not be stored in %{python_sitelib} E.g. RHN-GPG-KEY, RHNS-CA-CERT You can always do the symlinks for the subdirectories, can't you? -- Jan Pazdziora Principal

Re: [Spacewalk-devel] possible breakage of spacewalk-backend

2010-08-13 Thread Jan Pazdziora
get_python_lib())} %endif +%global rhnroot %{python_sitelib} %global rhnroot %{python_sitelib}/rhn instead and change all the relevant imports to have the rhn. prefix? Alternatively we could have /usr/share/rhn to be a symlink to %{python_sitelib}/rhn or something similar. -- Jan Pazdziora Principal

Re: [Spacewalk-devel] PostgreSQL status

2010-08-12 Thread Jan Pazdziora
/wiki/PostgreSQL -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Changes for Spacewalk 1.2

2010-08-11 Thread Jan Pazdziora
. Could you please finish the tagging of 1.1 packages? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Postgres dev environment

2010-08-03 Thread Jan Pazdziora
?taskID=43419 and confirm that it fixes the issue for you? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Postgres dev environment

2010-08-03 Thread Jan Pazdziora
back OK and the services all started. Fine. I've pushed the change, tagged and scheduled spacewalk-schema-1.1.26-1 build. Thanks, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk

Re: [Spacewalk-devel] remove rpms from koji

2010-07-29 Thread Jan Pazdziora
the package from tag listings -- the reverse of add-pkg which I don't see in koji help (we do not want block-pkg, we want the pkg to be completely gone). -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing

Re: [Spacewalk-devel] What do I do with all those potential bugzillas ?

2010-07-22 Thread Jan Pazdziora
that lists multiple issues. Thank you, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Suggestions for sysdate, for PostgreSQL?

2010-07-22 Thread Jan Pazdziora
On Wed, Jul 21, 2010 at 06:21:04PM -0400, Tom Lane wrote: Jan Pazdziora jpazdzi...@redhat.com writes: what are our possibilities for handling sysdate in PostgreSQL. Isn't s/sysdate/current_timestamp/g a good solution? That's standards compliant, unlike sysdate. I wouldn't dare to do

Re: [Spacewalk-devel] PostgreSQL status

2010-07-22 Thread Jan Pazdziora
on RHEL 5 / CentOS 5 as well. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] PostgreSQL status

2010-07-21 Thread Jan Pazdziora
oracle should be good. Thanks. This seems to be solving the issue on PostgreSQL as well. I'm not saying it selects the blobs correctly, we are not there yet, but I no longer get the errors I used to be getting upon tomcat startup. -- Jan Pazdziora Principal Software Engineer, Satellite

Re: [Spacewalk-devel] PostgreSQL status

2010-07-21 Thread Jan Pazdziora
On Fri, Jul 09, 2010 at 04:40:12PM +0200, Jan Pazdziora wrote: Hello, in the past couple of weeks, I've been looking at the status of PostgreSQL database backend for Spacewalk, trying to get it install and at least start. I've summarized my findings at https://fedorahosted.org

Re: [Spacewalk-devel] PostgreSQL status

2010-07-21 Thread Jan Pazdziora
orphaned, based on http://www.redhat.com/archives/rhl-devel-list/2009-September/msg00655.html Do you know what our options for Fedora 13 are? Do we want to bring python-pgsql back, or use some other package/module? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red

[Spacewalk-devel] Suggestions for sysdate, for PostgreSQL?

2010-07-21 Thread Jan Pazdziora
On Fri, Jul 09, 2010 at 04:40:12PM +0200, Jan Pazdziora wrote: - ... and then it's just business as usual -- fix bugs that you see in catalina.out and other logs. - For example, we will need to do something about sysdate. ;-) Hello, what are our possibilities for handling sysdate

Re: [Spacewalk-devel] PostgreSQL status

2010-07-19 Thread Jan Pazdziora
try, for Oracle and PostgreSQL? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] PostgreSQL status

2010-07-10 Thread Jan Pazdziora
on F13 just fine (famous last words). -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] PostgreSQL status

2010-07-09 Thread Jan Pazdziora
because I'm taking rest, not because I'm ignoring you. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] spacecmd 0.4 - a viable alternative to the Satellite web UI

2010-07-07 Thread Jan Pazdziora
On Tue, Jul 06, 2010 at 11:49:35AM -0400, Aron Parsons wrote: I created an entry for spacecmd on the Spacewalk wiki. https://fedorahosted.org/spacewalk/wiki/spacecmd Great. I've linked it from https://fedorahosted.org/spacewalk/wiki/UserDocs -- Jan Pazdziora Principal Software

Re: [Spacewalk-devel] org.postgresql.util.PSQLException: Bad value for type long while SatelliteCertificate.lookupNewestCertificate

2010-07-07 Thread Jan Pazdziora
On Wed, Jun 30, 2010 at 11:50:15AM +0200, Jan Pazdziora wrote: On Wed, Jun 30, 2010 at 11:11:16AM +0200, Jan Pazdziora wrote: FYI, setting the certBlob to lazy [...] did not help. But dropping it completely diff --git a/java/code/src/com/redhat/rhn/domain/satellite

Re: [Spacewalk-devel] spacecmd 0.4 - a viable alternative to the Satellite web UI

2010-07-02 Thread Jan Pazdziora
to put a wiki page somewhere under https://fedorahosted.org/spacewalk/wiki/ with more info about spacecmd, so that we can reference it from other pages? Thank you, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk

Re: [Spacewalk-devel] PXT pages

2010-07-01 Thread Jan Pazdziora
. Of course, under that things may be .pxt still -- System Groups are a good example. If you are writing new application, you probably should do it in Java. If you just plan to add an existing .pxt application to better place in the menu structure, just do it. -- Jan Pazdziora Principal Software

Re: [Spacewalk-devel] org.postgresql.util.PSQLException: Bad value for type long while SatelliteCertificate.lookupNewestCertificate

2010-06-30 Thread Jan Pazdziora
On Tue, Jun 29, 2010 at 02:47:07PM +0200, Jan Pazdziora wrote: Hello, when I try to access the /rhn/Login.do page of my PostgreSQL-backended Spacewalk, I get the following traceback: 2010-06-29 11:16:41,052 [TP-Processor3] ERROR org.hibernate.util.JDBCExceptionReporter - Bad value

Re: [Spacewalk-devel] org.postgresql.util.PSQLException: Bad value for type long while SatelliteCertificate.lookupNewestCertificate

2010-06-30 Thread Jan Pazdziora
On Wed, Jun 30, 2010 at 11:11:16AM +0200, Jan Pazdziora wrote: FYI, setting the certBlob to lazy [...] did not help. But dropping it completely diff --git a/java/code/src/com/redhat/rhn/domain/satellite/SatelliteCertificate.hbm.xml b/java/code/src/com/redhat/rhn/domain/satellite

[Spacewalk-devel] org.postgresql.util.PSQLException: Bad value for type long while SatelliteCertificate.lookupNewestCertificate

2010-06-29 Thread Jan Pazdziora
. Do you guys have an easy solution for our code which accesses rhnSatelliteCert? Thanks, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com

[Spacewalk-devel] Primary is a reserved work -- used as column name in rhnPackageRepodata

2010-06-18 Thread Jan Pazdziora
Hello Justin, in the rhnPackageRepodata table definition, we have a column named primary. The word primary is reserved in SQL-92. Could you please rename that column to something which would not be a reserved word? It will save us some hacking and pain in the future. Thank you, -- Jan

[Spacewalk-devel] New records get born in RHNDAEMONSTATE

2010-06-15 Thread Jan Pazdziora
to that table, so that the application code does not insert completely random labels. Thoughts? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com

Re: [Spacewalk-devel] Removed the bulk-subscribe and unsubscribe which is not used anywhere

2010-06-14 Thread Jan Pazdziora
somehow used in Spacewalk / Satellite? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] %changelogs in our packages

2010-06-02 Thread Jan Pazdziora
weren't that good maintaining the changelog in the past, so there are gaps there), and as the sources are available, it's possible to get the logs and exact changes from the git repo anyway. Currently I'm planning on removing changelog entries for 0.4 and earlier. -- Jan Pazdziora Principal Software

[Spacewalk-devel] java/code/libsrc in our repo?

2010-06-01 Thread Jan Pazdziora
this directory and references to it? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Translations

2010-05-07 Thread Jan Pazdziora
-plugin rhn-client-tools Please do *not* work on spacewalk-server as 8bit characted currently make problem in xmlrpc communitacion. All changes in Transifex will be automaticaly saved in master branch of our git repo. Cool stuff, thank you, Mirek. -- Jan Pazdziora Principal Software

Re: [Spacewalk-devel] Pushed first commit

2010-04-23 Thread Jan Pazdziora
says 404 - Unknown commit object. Do rebase your change on top of current master (after you've pulled) and then do git push. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel

[Spacewalk-devel] Bug space11 now created

2010-04-23 Thread Jan Pazdziora
Hello, I've created bug with alias space11 as tracker for bugs that will not make it into Spacewalk 1.0. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https

[Spacewalk-devel] read_cpuinfo in the client code

2010-04-22 Thread Jan Pazdziora
It looks like we have the same or very similar loop for most platforms. Maybe it would make sense to have the top level while and parsing of the /proc/cpuinfo to be common code, and only do the ifs when reading in the specific fields. Patches welcome, if anyone wants to give it a try. -- Jan

Re: [Spacewalk-devel] Spacewalk 1.0 vs 0.9?

2010-04-15 Thread Jan Pazdziora
in the nightlies is as close to ready for a 1.0 release we will likely have for the next 6+ months. We have been doing a lot of bugfixing these past months, with some enhancements. So, any objections? +1.0. No objection. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Patch: add arch to channel.list*Channels

2010-04-13 Thread Jan Pazdziora
actually a tiny bit better to do it the way Tomas has suggested. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Rebasing one package (subdirectory) in git

2010-04-08 Thread Jan Pazdziora
branch b $ git diff b..master -- client/rhel/rhn-client-tools which should show nothing, as the whole subdirectory in master should have been correctly overwritten (rebased) to what we have in b. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Remove audit review cruft from spacewalk-setup

2010-04-01 Thread Jan Pazdziora
a release note about it, nothing else - have a %post script move the directory (gross!) - drop a line in rhn.conf pointing the audit code to /var/satellite/systemlogs from a %post - have the code look in both (also gross) My order of rpeference would be 1, 2, 3, 4. ;-) -- Jan Pazdziora

Re: [Spacewalk-devel] Remove audit review cruft from spacewalk-setup

2010-03-31 Thread Jan Pazdziora
the directory for systemlogs rpm-managed, I'd just like it to be different directory than something withing the default mount point path. Maybe /var/spacewalk or /var/rhn or something similar? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Remove audit review cruft from spacewalk-setup

2010-03-30 Thread Jan Pazdziora
in /var/satellite/systemlogs, even if the .rpms are say in /data/satellite/redhat? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman

Re: [Spacewalk-devel] Fix a memory leak in rhnsd

2010-03-20 Thread Jan Pazdziora
On Fri, Mar 19, 2010 at 11:22:38AM +0100, Jan Pazdziora wrote: commit f987184526fb2cecf47b9dce8bf69c1c66a86d88 Author: Joshua Roys joshua.r...@gtri.gatech.edu Date: Thu Mar 18 14:00:07 2010 + Fix a memory leak in rhnsd diff --git a/client/rhel/rhnsd/rhnsd.c b/client/rhel

Re: [Spacewalk-devel] Bug 559693 - Add md5sum in package description from channel.software.listAllPackages

2010-03-19 Thread Jan Pazdziora
care about -- the checksum situation got a bit more generic lately. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo

Re: [Spacewalk-devel] Fix a memory leak in rhnsd

2010-03-19 Thread Jan Pazdziora
also want to add a check for the return value of that regcomp call. Yours, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo

Re: [Spacewalk-devel] Any reason to not add a FK constraint to rhnReleaseChannelMap

2010-03-02 Thread Jan Pazdziora
on delete cascade. This information is populated during a satellite sync (when you sync the channel). +1 for any change that makes the schema more robust. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel

Re: [Spacewalk-devel] Selinux fix for taking backups of the oracle xe

2010-01-06 Thread Jan Pazdziora
signull; issues on my system, even if the ptrace is allowed in the policy module. I'll try to investigated. Luckily, these do not seem to affect the backup operation. Yours, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] browser_css_compliance -- proposing to drop

2010-01-04 Thread Jan Pazdziora
On Tue, Dec 22, 2009 at 04:04:36PM +0100, Jan Pazdziora wrote: we have function # return a vague idea of how well the browser supports CSS. note that # NN gets a 0, everything else a 1, roughly corresponding to CSS-1 # compliance sub browser_css_compliance

Re: [Spacewalk-devel] Selinux fix for taking backups of the oracle xe

2009-12-08 Thread Jan Pazdziora
and integrate the changes (I actually hit some earlier in the process when trying to run the backup, which I'm focusing on now). -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel

Re: [Spacewalk-devel] Spacewalk client yum repo

2009-11-21 Thread Jan Pazdziora
the latest software. -- Jan Pazdziora | adelton at #satellite*, #brno Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Spacewalk client yum repo

2009-11-19 Thread Jan Pazdziora
comps, and once we get the new mash in EPEL or whatever is running on koji.rhndev.redhat.com, convert the current config to comps? I definitely prefer having the yum repo available today without comps over having it in two weeks with comps. Thank you, -- Jan Pazdziora Senior Software Engineer

[Spacewalk-devel] Spacewalk client yum repo

2009-11-18 Thread Jan Pazdziora
-virtualization* spacewalk-koan rhnlib rhnmd rhnsd rhn-check rhn-setup yum-rhn-plugin koan spacewalk-certs-tools spacewalk-koan Thank you, -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list

[Spacewalk-devel] Re: [Spacewalk-list] Custom Certificate Creation - invalid mode signing cert

2009-10-29 Thread Jan Pazdziora
of gen-oss-sat-cert.pl is the main question. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Usage of column created?

2009-10-19 Thread Jan Pazdziora
as when the rpm was installed -- the information about rpm installation might be delayed. Could we use a different column name? -- Jan Pazdziora | adelton at #satellite*, #brno Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk

Re: [Spacewalk-devel] Split of spacewalk yum repo?

2009-09-14 Thread Jan Pazdziora
as fedora/EPEL ships them. I will work on blocking the packages that we should not ship. Hello Dennis, has this been done and is the client repository available for use somewhere? -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Split of spacewalk yum repo?

2009-09-08 Thread Jan Pazdziora
and make sure that CentOS ships them. and continue with our single repo. If mash cannot achieve what we need to achieve, perhaps we need to work with the upstream to add the features we need there, or consider using other tools (pungi?), or write our own. -- Jan Pazdziora | adelton at #satellite

Re: [Spacewalk-devel] Split of spacewalk yum repo?

2009-09-07 Thread Jan Pazdziora
there as well. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Re: Branch 'sha256-support' - 135 commits - ... schema/spacewalk ...

2009-07-27 Thread Jan Pazdziora
branch equivalent) so that the resulting schema deploys cleanly. Also, shouldn't the id in rhnChecksumType and that checksum_type_id here be some type of integer? It seems strange to see it defined as generic number. -- Jan Pazdziora Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Selinux Temporarily Disabled in Devel Repo

2009-07-22 Thread Jan Pazdziora
regressions, and keeping the modules in the transaction seems like the best way to achieve that. Thank you, -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https

Re: [Spacewalk-devel] Selinux Temporarily Disabled in Devel Repo

2009-07-21 Thread Jan Pazdziora
should be clean. Do you have a bugzilla number? -- Jan Pazdziora | adelton at #satellite*, #brno Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] pgsql review

2009-05-15 Thread Jan Pazdziora
to uppercase, if they do not contain the overall validation parts as well. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk

Re: [Spacewalk-devel] Re: Proposed commit hook to catch suspicious merge commits

2009-05-15 Thread Jan Pazdziora
On Tue, May 12, 2009 at 03:25:53PM +0200, Jan Pazdziora wrote: Jan, is there something I can do to edit that message and get this push to work? The one of d1c65b572d1b9e1ccd863cce3104a853acc9ad9f? Nope. The best bet will probably be to ask the infrastructure guys to disable the hook

Re: [Spacewalk-devel] pgsql review

2009-05-14 Thread Jan Pazdziora
issue at a time.) -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] pgsql review

2009-05-14 Thread Jan Pazdziora
a diff against master to see what has changed. Do you plan to rename rhnsat/ to common/ any time soon in master (or temporarily rename it back in pgsql branch) so that diffing the changes is easier? -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] pgsql review

2009-05-14 Thread Jan Pazdziora
at chameleon's code, this should again be a build time issue. I assume you want to review the database-specific data directories and put most of the cotnent back to common/data. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] pgsql review

2009-05-14 Thread Jan Pazdziora
file (we will hopefully get rid of the symlinks) which should be executed, rather than duplicating the content in the upgrade directories. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list

Re: [Spacewalk-devel] pgsql review

2009-05-14 Thread Jan Pazdziora
more manageable. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] pgsql review

2009-05-14 Thread Jan Pazdziora
file name of new package or function, rather than having the source code duplicated and potentially out of sync. So here I feel the move has been in the wrong direction. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Why rhn-client-tools requires yum-rhn-plugin?

2009-05-14 Thread Jan Pazdziora
-rhnplugin to work? -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] pgsql review

2009-05-14 Thread Jan Pazdziora
, namely). -- Jan Pazdziora | adelton at #satellite*, #brno Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Re: Proposed commit hook to catch suspicious merge commits

2009-05-12 Thread Jan Pazdziora
... 1e0d837... Author: Jan Pazdziora jpazdzi...@redhat.com Date: Tue Apr 21 10:39:27 2009 +0200 Merge branch 'master' of ssh://git.fedorahosted.org/git/spacewalk Jan, is there something I can do to edit that message and get this push to work? The one

Re: [Spacewalk-devel] something didn't get pushed or commited

2009-05-07 Thread Jan Pazdziora
some local change (0.6.2 - 0.6.4, I assume) in your working copy. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Re: something funky is going on with building/tagging

2009-05-07 Thread Jan Pazdziora
On Thu, May 07, 2009 at 09:42:16AM -0300, Devan Goodwin wrote: Author: Jan Pazdziora jpazdzi...@redhat.com AuthorDate: Tue May 5 17:22:32 2009 +0200 Commit: Jan Pazdziora jpazdzi...@redhat.com CommitDate: Tue May 5 17:22:32 2009 +0200 Automatic commit of package [spacewalk

Re: [Spacewalk-devel] Channel Name Length

2009-05-07 Thread Jan Pazdziora
longer, truncate it in such a way that the name is still unique; - when handling the form, verify that the data is indeed shorter or equal the column width. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel

Re: [Spacewalk-devel] Changes to 'refs/tags/oracle-instantclient-selinux-10.2-10' (fwd)

2009-04-30 Thread Jan Pazdziora
into this. For out purposes, the git rev-list is not useful anyway, so I filed https://fedorahosted.org/fedora-infrastructure/ticket/1362 to get that part removed. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] MySQL porting info

2009-04-28 Thread Jan Pazdziora
that it will be transaction-aware -- if you rollback, you will get the same value next time. That might or might not be a problem. Also, for the same reason, the sessions will likely serialize on that table. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] MySQL porting info

2009-04-28 Thread Jan Pazdziora
of the Spacewalk code is now Java/Hibernate, so the queries are actually not that complex. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com

Re: [Spacewalk-devel] Proposed commit hook to catch suspicious merge commits

2009-04-27 Thread Jan Pazdziora
On Thu, Apr 16, 2009 at 09:51:33AM +0200, Jan Pazdziora wrote: Since there were no objections, I assume people have tested the code and are OK with it. I'm about to drop an email to fedora-infrastructure -- please shout now if you do not want to see that commit hook on Spacewalk upstream

Re: [Spacewalk-devel] Proposed commit hook to catch suspicious merge commits

2009-04-16 Thread Jan Pazdziora
On Thu, Apr 02, 2009 at 10:54:21AM +0200, Jan Pazdziora wrote: On Thu, Mar 12, 2009 at 09:33:44AM -0300, Devan Goodwin wrote: Works for me. Yeah I'd be in favor of the commit hook. My first attempt at the hook which would catch commits that seems to be automatic merges done during git

Re: [Spacewalk-devel] Commits should reference public bugzillas

2009-04-10 Thread Jan Pazdziora
On Wed, Apr 08, 2009 at 11:03:02AM +0200, Jan Pazdziora wrote: Hello, if you like me in the past committed a fix to Spacewalk repo Note! If you've for some reason parsed my previous email in such a way that it made you think the commit hook is in the repo on fedorahosted.org so you

[Spacewalk-devel] Commits should reference public bugzillas

2009-04-08 Thread Jan Pazdziora
) if [ -n $bugzilla_id ] ; then if GET https://bugzilla.redhat.com/show_bug.cgi?id=$bugzilla_idctype=xml; | grep -q 'bug error=NotPermitted' ; then echo Bugzilla [$bugzilla_id] does not seem to be public. Aborting. exit 1 fi fi -- Jan Pazdziora

[Spacewalk-devel] fatal: ambiguous argument when pushing tags to Spacewalk repo

2009-04-03 Thread Jan Pazdziora
? -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Proposed commit hook to catch suspicious merge commits

2009-04-02 Thread Jan Pazdziora
On Thu, Mar 12, 2009 at 09:33:44AM -0300, Devan Goodwin wrote: Works for me. Yeah I'd be in favor of the commit hook. My first attempt at the hook which would catch commits that seems to be automatic merges done during git pull is in the attachment. -- Jan Pazdziora Senior Software Engineer

Re: [Spacewalk-devel] Certificate Generation

2009-04-02 Thread Jan Pazdziora
now which fixes the problem. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Please submit spacewalk-repo packages to Spacewalk 0.5 yum repos

2009-04-02 Thread Jan Pazdziora
-repo-0.5-2.fc10.noarch.rpm to spacewalk.redhat.com/yum. Thank you, -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk

Re: [Spacewalk-devel] spacewalk-commits

2009-04-02 Thread Jan Pazdziora
On Thu, Apr 02, 2009 at 08:57:15AM +0200, Jan Pazdziora wrote: On Mon, Mar 30, 2009 at 01:59:09PM -0300, Devan Goodwin wrote: Hypothetically if we could figure out a way to get it down to one email per commit, with the subject being the *first* line of the commit message, would people

Re: [Spacewalk-devel] 0.5 State of the Union

2009-03-27 Thread Jan Pazdziora
that would be great. Done. I've built spacewalk-setup-0.5.27-1.fc10.noarch.rpm, please give it a try. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com

Re: [Spacewalk-devel] fix Source0 to point to fedorahosted.org

2009-03-16 Thread Jan Pazdziora
in the SourceX: line. -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] [PATCH] fix bootstrap scripts to retrieve server cert using SSL

2009-03-13 Thread Jan Pazdziora
On Fri, Mar 13, 2009 at 09:33:36AM -0400, Joshua Roys wrote: Hello all, My sense of paranoia tells me this should be https. Will the https work, without certificates available on the client? -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Re: Merge branch 'master' of ssh://jlsherr...@git.fedorahosted.org/git/spacewalk

2009-03-12 Thread Jan Pazdziora
On Thu, Mar 12, 2009 at 07:27:19AM +0100, Jan Pazdziora wrote: On Wed, Mar 11, 2009 at 08:09:49PM -0700, Mike McCune wrote: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=6c1be4e0cc992afb834e8fedf7c3094746466ba4 'git pull --rebase' next time? It should be possible to do

Re: [Spacewalk-devel] Re: Merge branch 'master' of ssh://jlsherr...@git.fedorahosted.org/git/spacewalk

2009-03-12 Thread Jan Pazdziora
you did that merge. In which case the regexp will no longer match and you'll be OK. -- Jan Pazdziora Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Installation problems on the horizon (when jabberd-2.2.5 hits EPEL)

2009-03-07 Thread Jan Pazdziora
) and the installation fails. Not a problem now, but it'll become an issue once the new jabberd hits EPEL-5. Any idea how to deal with this? Why will it conflict with certificate generated by spacewalk-certs-tools? That package does not own /etc/jabberd/server.pem, does it? -- Jan Pazdziora Satellite

Re: [Spacewalk-devel] Change needed to Oracle Instructions

2009-03-01 Thread Jan Pazdziora
tried the approach without having anything in ~oracle/.bash_profile, connecting to the Oracle XE server via sqlplus 'sys/password@//localhost:1521/xe as sysdba' and it seemed to work just fine. What issues do you hit with this approach? -- Jan Pazdziora | adelton at #satellite*, #brno

Re: [Spacewalk-devel] F10 Spacewalk Progress

2009-02-25 Thread Jan Pazdziora
-KEY-spacewalk enabled=1 gpgcheck=0 How did you install Spacewalk on F10? -- Jan Pazdziora Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-02-24 Thread Jan Pazdziora
actually considering removing the part about http://127.0.0.1:9000/apex from that page, so the list of steps that you need to do on Oracle XE prior to running spacewalk-setup should get pretty short. -- Jan Pazdziora Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-02-19 Thread Jan Pazdziora
in /usr/bin? -- Jan Pazdziora Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] build.py: CLI Changes Coming Soon

2009-02-10 Thread Jan Pazdziora
another refactoring of the code again. -- Jan Pazdziora Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] PGPORT: Another porting request.

2009-02-02 Thread Jan Pazdziora
the TO_CHAR looks usable in PostgreSQL, is it just the nvl that needs to change here? It looks like nvl is in Orafce. -- Jan Pazdziora | adelton at #satellite*, #brno Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel

<    1   2   3   4   >