From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/20110113/002113.html | 96 +++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110113/002113.html (limited to 'zarb-ml/mageia-dev/20110113/002113.html') diff --git a/zarb-ml/mageia-dev/20110113/002113.html b/zarb-ml/mageia-dev/20110113/002113.html new file mode 100644 index 000000000..ecd26c6ec --- /dev/null +++ b/zarb-ml/mageia-dev/20110113/002113.html @@ -0,0 +1,96 @@ + + + + [Mageia-dev] binrepos howto + + + + + + + + + +

[Mageia-dev] binrepos howto

+ Olivier Blin + mageia at blino.org +
+ Thu Jan 13 13:56:01 CET 2011 +

+
+ +
Jerome Quelin <jquelin at gmail.com> writes:
+
+> hi,
+>
+> with svn splitted in specs + patchs / binaries, can we have a heads-up
+> on how it works?
+>
+> - does mdvsys support splitted binrepo? what is the configuration to use
+>   for mageia?
+
+Not yet
+
+> - when i want to see if a package that is already checked out on my hard
+>   drive has been updated, i used to go in the directory and run "svn
+>   up". does this still work, or should i also run this in SOURCES-bin?
+>   what is the equivalent using mgarepo / mdvsys?
+
+mgarepo up
+
+> - when i want to update a package to a new version, i used to dump the
+>   tarball in SOURCES, then "svn rm SOURCES/$previous" + "svn add
+>   SOURCES/$new" + update spec file + svn ci.  what are the new low-level
+>   commands? what's the equivalent using mgarepo / mdvsys ?
+
+You can use "mgarepo upload /path/to/new/tarball.tar.gz"
+It will upload the tarball to binrepos, and update the sha1 file.
+Though, you still have to svn rm the old tarball (for example from your
+SOURCES-bin local checkout).
+
+The low level commands for "mgarepo upload file" are basically doing svn
+add in your SOURCES-bin and rebuilding the SOURCES/sha1.lst
+
+mgarepo sync is not yet functional with binrepos.
+
+-- 
+Olivier Blin - blino
+
+ + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1