rpmrebuild-devel Mailing List for rpm rebuild
rpmrebuild build packages from modified installed packages
Brought to you by:
gerbier
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(12) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
(6) |
Apr
(3) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ge...@us...> - 2008-05-07 12:10:53
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Valery Reznic wrote: > Eric, I had a look on xrpmrebuild and have some comments, if you like. you are allways welcome ! > 1) Name xrpmrebuild. It's not X. May be D? dxpmrebuild ? and what about grpmrebuild ? (g for gui) > 2) If dialog itself will be drawn on stderr and results will be send to stdout you shouldn't resort to the tempfile (it can be achieved with dialog's --stdout or --stderr flag - I don't recall just now which one). > Everything can be done with > result=`dialog ...` it's done and commited : no need of any temp file (I just copy the dialog examples) > 3) Recursion. > your script can go to recursion: > main_menu > select_file (or_select_installed) > main_menu > select_file (or_select_installed) > main_menu yes, it is possible with the cancel button : it goes to upper level, and only the main_menu allow to quit > 4) Multiarch. > In the select_installed on multiarch platform (i.e x86_64 and may by PPC64) > liste_rpm=$( rpm -qa --qf '%{NAME} \n' | sort ) > > Will provide duplicates, with no means of selecting package with right arch. The problem is the same (or worse) if differents version of the same package are installed for multi-arch, packages (on my distrib) does not have the same name I will change to liste_rpm=$( rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE} \n' | sort ) and I'm trying to show the summary > I know this is vary first version. Just my suggestions for improvement and all suggestions are welcome - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIIZwyNzh6q8tvpCoRAgAhAJsGWOXO2CBZzqL7HdBLnZjfw8ywOwCffmZy jXjfamDO5g9n435Ts6pbpX8= =YFhM -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2008-05-06 15:55:04
|
Eric, I had a look on xrpmrebuild and have some comments, if you like. 1) Name xrpmrebuild. It's not X. May be D? dxpmrebuild ? 2) If dialog itself will be drawn on stderr and results will be send to stdout you shouldn't resort to the tempfile (it can be achieved with dialog's --stdout or --stderr flag - I don't recall just now which one). Everything can be done with result=`dialog ...` 3) Recursion. your script can go to recursion: main_menu select_file (or_select_installed) main_menu select_file (or_select_installed) main_menu 4) Multiarch. In the select_installed on multiarch platform (i.e x86_64 and may by PPC64) liste_rpm=$( rpm -qa --qf '%{NAME} \n' | sort ) Will provide duplicates, with no means of selecting package with right arch. I know this is vary first version. Just my suggestions for improvement --- On Tue, 5/6/08, ge...@us... <ge...@us...> wrote: > From: ge...@us... <ge...@us...> > Subject: [Rpmrebuild-devel] first svn release of xrpmrebuild > To: "developpers list" <rpm...@li...> > Date: Tuesday, May 6, 2008, 6:10 PM > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hello all > > I just commit a first working release of xrpmrebuild : a > shell script > using dialog box to help (?) using rpmrebuild > > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://rpmrestore.sourceforge.net > http://afick.sourceforge.net > Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB > CB6F A42A > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFIIHTeNzh6q8tvpCoRAk7uAJ9um49qcgtF/VUdneGbKEGd6ajawQCfZeYd > ezHVYsf3buvINdTRu6L/tWg= > =IX+F > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) > Conference > Don't miss this year's exciting event. There's > still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Rpmrebuild-devel mailing list > Rpm...@li... > https://lists.sourceforge.net/lists/listinfo/rpmrebuild-devel ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |
From: <ge...@us...> - 2008-05-06 15:11:02
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello all I just commit a first working release of xrpmrebuild : a shell script using dialog box to help (?) using rpmrebuild - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIIHTeNzh6q8tvpCoRAk7uAJ9um49qcgtF/VUdneGbKEGd6ajawQCfZeYd ezHVYsf3buvINdTRu6L/tWg= =IX+F -----END PGP SIGNATURE----- |
From: <ge...@us...> - 2008-04-16 12:47:26
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello I just find a bug in rpmrebuild : it does not work if you give it an rpm file with a path rpmrebuild -e -p tmp/sec-2.4.0-1.fc7.src.rpm the problem is in rpmrebuild.sh for the cpio temp file I just fix rpmrebuild_parser.src in subversion I will release a new 2.2.2-1 version on the beginning of May - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIBfVQNzh6q8tvpCoRAqq+AJ9iuBEcZEFofsZXt10U3JCt6VGwNwCeKJh0 R91Q2wuFxoVF/SyGvSezV9Y= =O4ng -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2008-04-02 13:33:06
|
--- ge...@us... wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hello valery Hi, Eric. It's looks OK for me too. Valery. > > The new release 2.2.1 is ready for me (all is > commited, but not taged) > If you want to check it before I release it on > sourceforge (probably on > friday 4 april) ... > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://rpmrestore.sourceforge.net > http://afick.sourceforge.net > Key fingerprint = 03EE E264 B0DA 707E BDDB A703 > 3738 7AAB CB6F A42A > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFH84csNzh6q8tvpCoRAhZ7AJ9tvo7DhFQpB99Vb4hglRLqyzMjDgCdEgz3 > NgkTN4lP6wGUvmqI1XM6Nv8= > =T+22 > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Rpmrebuild-devel mailing list > Rpm...@li... > https://lists.sourceforge.net/lists/listinfo/rpmrebuild-devel > ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. http://tc.deals.yahoo.com/tc/blockbuster/text5.com |
From: <ge...@us...> - 2008-04-02 13:16:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello valery The new release 2.2.1 is ready for me (all is commited, but not taged) If you want to check it before I release it on sourceforge (probably on friday 4 april) ... - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH84csNzh6q8tvpCoRAhZ7AJ9tvo7DhFQpB99Vb4hglRLqyzMjDgCdEgz3 NgkTN4lP6wGUvmqI1XM6Nv8= =T+22 -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2008-03-25 10:07:42
|
Thanks. --- ge...@us... wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Valery Reznic wrote: > > --- ge...@us... wrote: > > > some days ago, I had the same problem, I connect > to > > web site, and I got > > the message : "expired password" > >> And what you did ? > > the web site ( > https://sourceforge.net/account/login.php?return_to=%2Fmy%2F) > will allow you to change the password > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://rpmrestore.sourceforge.net > http://afick.sourceforge.net > Key fingerprint = 03EE E264 B0DA 707E BDDB A703 > 3738 7AAB CB6F A42A > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFH6MsjNzh6q8tvpCoRAg95AJ96WtjB5iNa3yqNreHlLgVj4NUVjgCdHjxl > CDZJHiyTB19hS88bhZXkxp0= > =Bmkv > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio > 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/> _______________________________________________ > Rpmrebuild-devel mailing list > Rpm...@li... > https://lists.sourceforge.net/lists/listinfo/rpmrebuild-devel > ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping |
From: <ge...@us...> - 2008-03-25 09:51:44
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Valery Reznic wrote: > --- ge...@us... wrote: > some days ago, I had the same problem, I connect to > web site, and I got > the message : "expired password" >> And what you did ? the web site ( https://sourceforge.net/account/login.php?return_to=%2Fmy%2F) will allow you to change the password - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH6MsjNzh6q8tvpCoRAg95AJ96WtjB5iNa3yqNreHlLgVj4NUVjgCdHjxl CDZJHiyTB19hS88bhZXkxp0= =Bmkv -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2008-03-25 09:16:56
|
--- ge...@us... wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Valery Reznic wrote: > > --- ge...@us... wrote: > > > > Hello Valery > >> Hi, Eric. How are you ? > > very well, and you ? I am fine, thanks. > > >> Simpler solution is when --pug-from-fs specfified > >> set %attr(-,-.-) for each file. > > it works : commited ! Good. > > >> P.S. I tried to checkin in SVN - without any > success - > >> wrong password. > >> Do you (Or SF) change something in the > configuration ? > > some days ago, I had the same problem, I connect to > web site, and I got > the message : "expired password" And what you did ? Valery. > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://rpmrestore.sourceforge.net > http://afick.sourceforge.net > Key fingerprint = 03EE E264 B0DA 707E BDDB A703 > 3738 7AAB CB6F A42A > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFH6MGJNzh6q8tvpCoRAh6LAJ9qvskXJ0NYGta3J/NZxej3FpMlBgCeJhp0 > Z+NmOcncL72XWZEVXXd9AQI= > =szSR > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio > 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rpmrebuild-devel mailing list > Rpm...@li... > https://lists.sourceforge.net/lists/listinfo/rpmrebuild-devel > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |
From: <ge...@us...> - 2008-03-25 09:11:15
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Valery Reznic wrote: > --- ge...@us... wrote: > > Hello Valery >> Hi, Eric. How are you ? very well, and you ? >> Simpler solution is when --pug-from-fs specfified >> set %attr(-,-.-) for each file. it works : commited ! >> P.S. I tried to checkin in SVN - without any success - >> wrong password. >> Do you (Or SF) change something in the configuration ? some days ago, I had the same problem, I connect to web site, and I got the message : "expired password" - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH6MGJNzh6q8tvpCoRAh6LAJ9qvskXJ0NYGta3J/NZxej3FpMlBgCeJhp0 Z+NmOcncL72XWZEVXXd9AQI= =szSR -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2008-03-23 15:49:44
|
--- ge...@us... wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello Valery Hi, Eric. How are you ? > > I just receive a bug report from a french user > and I check it : the current code with the current > rpm release do not > work well with --pug-from-fs and uid/gid > > the uid/gid are allways reset to root > > I think we will have to get current value and force > attribute with %attr Get current values for each file will be very expensive. The reason it doesn't work now is change on the rpm behavior: before defattr was (-,-,-) i.e permissions uid and gid were taken from filesystem and now it's (-,root,root) - i.e only permission is taken from filesystem, but uid and gid are set to root. Simpler solution is when --pug-from-fs specfified set %attr(-,-.-) for each file. =================================================================== --- rpmrebuild_files.sh (revision 540) +++ rpmrebuild_files.sh (working copy) @@ -130,7 +130,7 @@ # %attr handling if [ "X$RPMREBUILD_PUG_FROM_FS" = "Xyes" ]; then - attr_str="" + attr_str="%attr(-,-,-) " else file_perm="${file_perm#??}" attr_str="%attr($file_perm $file_user $file_group) " Generally speak it's also possible to put after %files %defattr(-,-,-) But former solution is more friendly for plugins: entries in the %files section will be consistent wit and without --pug-from-fs. Regards, Valery. P.S. I tried to checkin in SVN - without any success - wrong password. Do you (Or SF) change something in the configuration ? > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://rpmrestore.sourceforge.net > http://afick.sourceforge.net > Key fingerprint = 03EE E264 B0DA 707E BDDB A703 > 3738 7AAB CB6F A42A > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFH42syNzh6q8tvpCoRAvWMAKCI0c57WMFX/2K9Ht+YUv6R0Vqp9ACfbIqt > mAbcz2snjgWtV3c0sLK3B2g= > =HHtL > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio > 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rpmrebuild-devel mailing list > Rpm...@li... > https://lists.sourceforge.net/lists/listinfo/rpmrebuild-devel > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |
From: <ge...@us...> - 2008-03-21 08:01:02
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Valery I just receive a bug report from a french user and I check it : the current code with the current rpm release do not work well with --pug-from-fs and uid/gid the uid/gid are allways reset to root I think we will have to get current value and force attribute with %attr - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH42syNzh6q8tvpCoRAvWMAKCI0c57WMFX/2K9Ht+YUv6R0Vqp9ACfbIqt mAbcz2snjgWtV3c0sLK3B2g= =HHtL -----END PGP SIGNATURE----- |
From: <ge...@us...> - 2007-10-25 11:35:30
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello I'm the rpmrebuild's maintener, and on a web search, I find rpmrebuild package for mandriva. I'ts fine as I think it is a good tool :), but there is a problem with the "mandriva" version : 2.4-1 , which is in fact (cf Changelog) 2.0.4-1 in our project. Since this 2.0.4-1, we had 3 new versions : 2.1.0-1, 2.1.1-1, and 2.2.0-1, which solve problems I had on tests on mandriva 2007.0 and 2007.1. Could you fix this version problem ? - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHIH92Nzh6q8tvpCoRAjg5AJ94cAPdxy3drnGeS6A4QOcgUjWOSQCeOZaw T7D57J7dCObsYaAFKoZ0MxE= =s1+M -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2007-10-25 07:13:19
|
> I had read a lot of doc on subversion use, and all > is free. > The only problem is with merging : there is > currently no > "good" merging tool ( > http://subversion.tigris.org/merge-tracking/ ). > The best tool seems to be svnmerge, so I just follow > the tutorial ( > http://www.orcaware.com/svn/wiki/Svnmerge.py#Quick_tutorials > ). > > I think at the 2 methods, and all should work with > branches/svnmerge. > - - yours (which is our old too) is much simple if > we had no bug report > - - one from svnmerge tutorial is probably better > for big projects with > full of bug. > > The choice is not urgent : for now, I will have a > pause on rpmrebuild, > to work on my another projects. but we will have to > choice before any > new change. OK, let's wait and see. Valery > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://rpmrestore.sourceforge.net > http://afick.sourceforge.net > Key fingerprint = 03EE E264 B0DA 707E BDDB A703 > 3738 7AAB CB6F A42A > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFHH2iRNzh6q8tvpCoRAgD2AJ9sayQe2vkmqIWixweRLKtazjfzxwCeKOvS > oXi0LGqvEMr0/aFvrTMT1K0= > =qSCU > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? > Stop. > Now Search log events and configuration files using > AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > _______________________________________________ > Rpmrebuild-devel mailing list > Rpm...@li... > https://lists.sourceforge.net/lists/listinfo/rpmrebuild-devel > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: <ge...@us...> - 2007-10-24 15:45:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Valery Reznic wrote: > --- ge...@us... wrote: > > hello > > If you agree, I want to change a little our > "development working flow". > > The problem is : how can we have a quick answer on a > bug report while we > prepare a new big release ? > the cvs/subversion answer is : use branches. I want > to test it for the > next release. >> I more like the other way: >> - when release is ready tag it (I hope you do it >> anyway :) Yes, I do (when I do not forget). You can check it on http://rpmrebuild.svn.sourceforge.net/viewvc/rpmrebuild/tags/ >> - then continue to the next one doesn't matter big or >> small one on the trunk. >> - if till new release no one complained about bugs we >> saved need to merge. >> - if one (or two :) complained and we decided to fix >> this bug before new release will be out, than we'll >> make brunch from the previous release tag and do ug >> fix here. >> This way we'll need merge only if we actually did >> bugfix in parallel with ongoing development. >> Otherwise it'll be pretty simple and sequince. I had read a lot of doc on subversion use, and all is free. The only problem is with merging : there is currently no "good" merging tool ( http://subversion.tigris.org/merge-tracking/ ). The best tool seems to be svnmerge, so I just follow the tutorial ( http://www.orcaware.com/svn/wiki/Svnmerge.py#Quick_tutorials ). I think at the 2 methods, and all should work with branches/svnmerge. - - yours (which is our old too) is much simple if we had no bug report - - one from svnmerge tutorial is probably better for big projects with full of bug. The choice is not urgent : for now, I will have a pause on rpmrebuild, to work on my another projects. but we will have to choice before any new change. - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHH2iRNzh6q8tvpCoRAgD2AJ9sayQe2vkmqIWixweRLKtazjfzxwCeKOvS oXi0LGqvEMr0/aFvrTMT1K0= =qSCU -----END PGP SIGNATURE----- |
From: <ge...@us...> - 2007-10-24 15:39:36
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Valery Reznic wrote: >> By the way what big changde do you planning for the >> next release ? I want to - - continue to merge rpmrebuild specfile with fedora spec (with a look at mandriva specfile too ) - - add more plugins - - ... what do you see else ? - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHH2V7Nzh6q8tvpCoRAiw9AKCHiKg8urq2DqrZh6dN4Ab3VCnCKQCeMCLQ EN1PwLUEVZzGrQcUcUJjg+0= =4U9/ -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2007-10-24 08:37:03
|
--- ge...@us... wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hello > > If you agree, I want to change a little our > "development working flow". > > The problem is : how can we have a quick answer on a > bug report while we > prepare a new big release ? > the cvs/subversion answer is : use branches. I want > to test it for the > next release. I more like the other way: - when release is ready tag it (I hope you do it anyway :) - then continue to the next one doesn't matter big or small one on the trunk. - if till new release no one complained about bugs we saved need to merge. - if one (or two :) complained and we decided to fix this bug before new release will be out, than we'll make brunch from the previous release tag and do ug fix here. This way we'll need merge only if we actually did bugfix in parallel with ongoing development. Otherwise it'll be pretty simple and sequince. OK, it's me preference, but sure, we can have it your way too. By the way what big changde do you planning for the next release ? Valery. > > so : trunk is the "current" release, and will be > used for bug fix > branches/v2.2.1 : is for new developments. > > ps : I will use svnmerge to merge (and close) the > branches with the trunk > > are you ok ? > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://rpmrestore.sourceforge.net > http://afick.sourceforge.net > Key fingerprint = 03EE E264 B0DA 707E BDDB A703 > 3738 7AAB CB6F A42A > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFHHvtUNzh6q8tvpCoRAk2BAJsEE6/jEP8y47lJtLGD6UC+wI569gCeJKV0 > LwufRhUj661oceDfl3K94JQ= > =ucOV > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? > Stop. > Now Search log events and configuration files using > AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > _______________________________________________ > Rpmrebuild-devel mailing list > Rpm...@li... > https://lists.sourceforge.net/lists/listinfo/rpmrebuild-devel > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: <ge...@us...> - 2007-10-24 07:59:26
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello If you agree, I want to change a little our "development working flow". The problem is : how can we have a quick answer on a bug report while we prepare a new big release ? the cvs/subversion answer is : use branches. I want to test it for the next release. so : trunk is the "current" release, and will be used for bug fix branches/v2.2.1 : is for new developments. ps : I will use svnmerge to merge (and close) the branches with the trunk are you ok ? - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHHvtUNzh6q8tvpCoRAk2BAJsEE6/jEP8y47lJtLGD6UC+wI569gCeJKV0 LwufRhUj661oceDfl3K94JQ= =ucOV -----END PGP SIGNATURE----- |
From: <ge...@us...> - 2007-10-17 14:19:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Valery Reznic wrote: > --- ge...@us... wrote: >> To my mind, it works on all rpm, so why reduce >> target to rpm binaries >> (may be someone could find this usefull ?) > I didn't know, thar rpmrebuild work with .src.rpm, > it's surprise me. I was very surprised too ! but as rpm query works on src.rpm, rpmrebuild works too ... (is it usefull ?) > OK, let's left your test as is and wait for somenbody > to complain :) it is a new test, but the behavior is the same as older release. I had a look at sourceforge statistics : we had some rc1 testers (25 downloads yesterday) : wait and see about reports ! - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHFhnYNzh6q8tvpCoRAtibAJ9gaKPAOYZSKkgy7Ange4txM5nWYgCbBPVH LKTKbeNHrZy87959dI2wpI4= =mNGG -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2007-10-17 14:05:26
|
--- ge...@us... wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > I also tested rpmrebuild on a src.rpm : it works ! > > note : it is easy to filter "real rpm" with a > '*RPM*bin*' pattern : > > $ file nmap-4.20-1.src.rpm > nmap-4.20-1.src.rpm: RPM v3 src i386 nmap-4.20-1 > $ file keychain-2.3.5-1.noarch.rpm > keychain-2.3.5-1.noarch.rpm: RPM v3 bin i386 > keychain-2.3.5-1 > > so what to do ? > To my mind, it works on all rpm, so why reduce > target to rpm binaries > (may be someone could find this usefull ?) I didn't know, thar rpmrebuild work with .src.rpm, it's surprise me. OK, let's left your test as is and wait for somenbody to complain :) Valery > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: <ge...@us...> - 2007-10-17 11:51:44
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Valery Reznic wrote: > Hi, Eric. > > I just now realized, that > $(file ... | grep RPM) will give "false positive" > on files with src rpm files. it is really a strange case, because src.rpm are real rpm file : $ rpm -qpil nmap-4.20-1.src.rpm Name : nmap Relocations: (not relocatable) Version : 4.20 Vendor: (none) Release : 1 Build Date: ven 08 déc 2006 04:06:32 CET Install Date: (not installed) Build Host: flog.yuma.net Group : Applications/System Source RPM: (none) Size : 2709573 License: http://www.insecure.org/nmap/man/man-legal.html Signature : (none) Packager : Fyodor <fy...@in...> URL : http://www.insecure.org/nmap/ Summary : Network exploration tool and security scanner Description : Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. nmap-4.20-1.spec nmap-4.20.tgz I also tested rpmrebuild on a src.rpm : it works ! note : it is easy to filter "real rpm" with a '*RPM*bin*' pattern : $ file nmap-4.20-1.src.rpm nmap-4.20-1.src.rpm: RPM v3 src i386 nmap-4.20-1 $ file keychain-2.3.5-1.noarch.rpm keychain-2.3.5-1.noarch.rpm: RPM v3 bin i386 keychain-2.3.5-1 so what to do ? To my mind, it works on all rpm, so why reduce target to rpm binaries (may be someone could find this usefull ?) ps : in the current repository, the grep is replaced by a case test. - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHFfdDNzh6q8tvpCoRAmBNAJ45/9VVkRqg2sOas69L1TonkiFNygCeM3ZE vWX70dq4YLXY6KvXZmzEVYc= =yXfE -----END PGP SIGNATURE----- |
From: Valery R. <val...@ya...> - 2007-10-17 11:31:34
|
Hi, Eric. I just now realized, that $(file ... | grep RPM) will give "false positive" on files with src rpm files. Valery. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Valery R. <val...@ya...> - 2007-10-17 07:58:46
|
Hi, Eric. I just noted, that when i replied to the e-mail, that you send to the rpm...@li... my reply was sent not to the list, but to you. Could yo pleas fix it ? Valery. --- ge...@us... wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hello valery > > I have released a first release candidate on > sourceforge. > I will have little changes this week, and want to > release the 2.2.0 next > week if all is ok > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://rpmrestore.sourceforge.net > http://afick.sourceforge.net > Key fingerprint = 03EE E264 B0DA 707E BDDB A703 > 3738 7AAB CB6F A42A > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFHFKlSNzh6q8tvpCoRApADAKCJvD/JGSW4AutJtUNsGaxN0dDF3ACfSDQy > gmy4dn0qkQkkF4wJbnuPWDA= > =/1YP > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? > Stop. > Now Search log events and configuration files using > AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > _______________________________________________ > Rpmrebuild-devel mailing list > Rpm...@li... > https://lists.sourceforge.net/lists/listinfo/rpmrebuild-devel > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: <ge...@us...> - 2007-10-16 12:06:57
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello valery I have released a first release candidate on sourceforge. I will have little changes this week, and want to release the 2.2.0 next week if all is ok - -- Eric Gerbier http://webminstats.sourceforge.net http://rpmrebuild.sourceforge.net http://rpmrestore.sourceforge.net http://afick.sourceforge.net Key fingerprint = 03EE E264 B0DA 707E BDDB A703 3738 7AAB CB6F A42A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHFKlSNzh6q8tvpCoRApADAKCJvD/JGSW4AutJtUNsGaxN0dDF3ACfSDQy gmy4dn0qkQkkF4wJbnuPWDA= =/1YP -----END PGP SIGNATURE----- |